aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@