|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.25, 1993/08/15 20:59:36 | version 1.26, 1993/08/16 01:41:01 | ||
|---|---|---|---|
|
|
||
| cleandir: clean | cleandir: clean | ||
| .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:/' < .depend > $$TMP; \ | ||
| mv $$TMP .depend) | mv $$TMP .depend) | ||
| .endif | |||
| .if !target(install) | .if !target(install) | ||
| .if !target(beforeinstall) | .if !target(beforeinstall) |