aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-04 19:53:18 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-04 19:53:18 +0000
commit0030a550d56aa7e1be1098137307bc951f03b769 (patch)
tree3e0f453729f0ae9f89f19f4602cbcd7026fcede7 /Makefile
parentc543bd5e3936c71f8c3835923128b4274bd2def2 (diff)
downloadrpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.tar
rpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.tar.gz
rpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.tar.bz2
rpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.tar.xz
rpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.zip
(install) add a missing colon
Diffstat (limited to 'Makefile')
-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)