* Makefile.in: Propagate 'clean' to subdirs properly.

This commit is contained in:
Christopher Faylor 2001-10-29 20:32:27 +00:00
parent 8dd6060b98
commit 7a47ed496c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-10-29 Egor Duda <deo@logos-m.ru>
* Makefile.in: Propagate 'clean' to subdirs properly.
2001-10-26 Corinna Vinschen <corinna@vinschen.de>
* configure: Regenerate, removing erroneous SUBDIRS substitution.

View File

@ -77,7 +77,7 @@ $(INSTALL_SUBDIRS):
$(CLEAN_SUBDIRS):
@if cd ${patsubst clean_%,%,$@} 2>/dev/null; then \
make install; \
make clean; \
fi || exit 0
.PRECIOUS: Makefile