diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ |