From 2ba14afa6f51ebeb5e0078dbfa611c3c0d4d5c80 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 27 Feb 2008 15:25:57 +0000 Subject: (install) do not run commands in sub shells which hides errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1