NetBSD/gnu/dist/sendmail/devtools/M4/depend/CC-M.m4

9 lines
355 B
Plaintext
Raw Normal View History

# Id: CC-M.m4,v 8.5 1999/05/27 22:03:28 peterh Exp
2000-05-03 13:27:16 +04:00
depend: ${BEFORE} ${LINKS}
@mv Makefile Makefile.old
@sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile
@echo "# Do not edit or remove this line or anything below it." >> Makefile
${CC} -M ${COPTS} ${SRCS} >> Makefile
# End of $RCSfile: CC-M.m4,v $