From 5409d849484ecdc365946695007d2c1b3aafae21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Sat, 30 Jan 2010 14:57:13 +0100 Subject: Use $(MAKE) -C instead of cd; make and use $@ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da4a04a..317fafe 100644 --- a/Makefile +++ b/Makefile @@ -143,6 +143,6 @@ install: $(INSTALL_EXECUTABLE) examples/E50-initscripts-2.86.ds1-7.workaround.sh $(DESTDIR)/usr/share/doc/pbuilder/examples/workaround $(INSTALL_EXECUTABLE) examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh $(DESTDIR)/usr/share/doc/pbuilder/examples/workaround - cd pbuildd; make install DESTDIR=$(DESTDIR) - cd Documentation; make install DESTDIR=$(DESTDIR) + $(MAKE) -C pbuildd $@ + $(MAKE) -C Documentation $@ -- cgit v1.2.3