Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-29 23:32:27 +0300
committerChristopher Faylor <me@cgf.cx>2001-10-29 23:32:27 +0300
commit7a47ed496c8c80015ad407f69c602b5a424035bc (patch)
tree6375e97c8f72087bd495858b031d43a346c14329 /winsup/Makefile.in
parent8dd6060b9857e93f8d452fc9b283cd39c845b701 (diff)
* Makefile.in: Propagate 'clean' to subdirs properly.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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