* Makefile.in: Propagate 'clean' to subdirs properly.
This commit is contained in:
parent
8dd6060b98
commit
7a47ed496c
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue