aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3866600..d4aca13d 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ dirs:
install: $(ALL)
@for n in $(DIRS); do \
- (cd $$n; $(MAKE) install) \
+ make -C $$n install \
done
install -d $(SBINDIR)
install rpmdrake MandrivaUpdate edit-urpm-sources.pl gurpmi.addmedia $(SBINDIR)