|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.219, 2003/05/31 20:33:16 | version 1.220, 2003/06/11 04:56:58 | ||
|---|---|---|---|
|
|
||
| .if defined(SRCS) | .if defined(SRCS) | ||
| afterdepend: .depend | afterdepend: .depend | ||
| @(TMP=/tmp/_depend$$$$; \ | @(TMP=/tmp/_depend$$$$; trap 'rm -f $$TMP ; exit 1' 1 2 3 13 15; \ | ||
| sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.po \1.so \1.ln:/' \ | sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.po \1.so \1.ln:/' \ | ||
| < .depend > $$TMP && \ | < .depend > $$TMP && \ | ||
| mv $$TMP .depend) | mv $$TMP .depend) |