|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.28, 1993/10/04 20:54:33 | version 1.29, 1993/10/06 17:54:01 | ||
|---|---|---|---|
|
|
||
| .if defined(SRCS) | .if defined(SRCS) | ||
| afterdepend: | afterdepend: | ||
| @(TMP=/tmp/_depend$$$$; \ | @(TMP=/tmp/_depend$$$$; \ | ||
| sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.po:/' < .depend > $$TMP; \ | sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.po \1.so:/' < .depend > $$TMP; \ | ||
| mv $$TMP .depend) | mv $$TMP .depend) | ||
| .endif | .endif | ||