aboutsummaryrefslogtreecommitdiff
path: root/winsup/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index c279628..ef92802 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -72,12 +72,12 @@ $(SUBDIRS):
$(INSTALL_SUBDIRS):
@if cd ${patsubst install_%,%,$@} 2>/dev/null; then \
- make install; \
+ $(MAKE) install; \
fi || exit 0
$(CLEAN_SUBDIRS):
@if cd ${patsubst clean_%,%,$@} 2>/dev/null; then \
- make clean; \
+ $(MAKE) clean; \
fi || exit 0
.PRECIOUS: Makefile