|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.13, 1993/05/26 11:51:50 | version 1.14, 1993/06/02 14:56:16 | ||
|---|---|---|---|
|
|
||
| .depend: ${SRCS} | .depend: ${SRCS} | ||
| mkdep ${CFLAGS:M-[ID+]*} ${AINC} ${.ALLSRC} | mkdep ${CFLAGS:M-[ID+]*} ${AINC} ${.ALLSRC} | ||
| @(TMP=/tmp/_depend$$$$; \ | @(TMP=/tmp/_depend$$$$; \ | ||
| sed -e 's/^\([^\.]*\).o:/\1.o \1.po:/' < .depend > $$TMP; \ | sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.po:/' < .depend > $$TMP; \ | ||
| mv $$TMP .depend) | mv $$TMP .depend) | ||
| .endif | .endif | ||