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