9 lines
322 B
Plaintext
9 lines
322 B
Plaintext
# @(#)Solaris.m4 8.1 (Berkeley) 3/5/1998
|
|
depend: ${BEFORE}
|
|
@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} -xM ${COPTS} *.c >> Makefile
|
|
|
|
# End of Solaris.m4
|