sendmail transition: Do not pre-generate sendmail.cf
[dragonfly.git] / contrib / sendmail-8.14 / devtools / M4 / depend / AIX.m4
1 #       $Id: AIX.m4,v 8.2 1999/05/28 05:54:26 gshapiro Exp $
2 depend: ${BEFORE} ${LINKS}
3         @mv Makefile Makefile.old
4         @sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile
5         @echo "# Do not edit or remove this line or anything below it." >> Makefile
6         changequote([,])
7         for i in ${SRCS}; \
8         do \
9                 ${CC} -M -E ${COPTS} $$i > /dev/null; \
10                 cat `basename $$i .c`.u >> Makefile ; \
11                 rm -f `basename $$i .c`.u ; \
12         done;
13         changequote
14
15 #       End of $RCSfile: AIX.m4,v $