From 7a47ed496c8c80015ad407f69c602b5a424035bc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 29 Oct 2001 20:32:27 +0000 Subject: [PATCH] * Makefile.in: Propagate 'clean' to subdirs properly. --- winsup/ChangeLog | 4 ++++ winsup/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/ChangeLog b/winsup/ChangeLog index 3e1000672..5fb8d8b9f 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,7 @@ +2001-10-29 Egor Duda + + * Makefile.in: Propagate 'clean' to subdirs properly. + 2001-10-26 Corinna Vinschen * configure: Regenerate, removing erroneous SUBDIRS substitution. diff --git a/winsup/Makefile.in b/winsup/Makefile.in index c1e686fd3..92e40858f 100644 --- a/winsup/Makefile.in +++ b/winsup/Makefile.in @@ -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