blob: 66c403f381819a7adf520cc3636269e3e5e9cd8b (
plain)
1
2
3
4
5
6
7
8
|
# Id: CC-M.m4,v 8.5 1999/05/27 22:03:28 peterh Exp
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
|