From 0030a550d56aa7e1be1098137307bc951f03b769 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Mar 2008 19:53:18 +0000 Subject: (install) add a missing colon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1