From: Julian Andres Klode Date: Tue, 4 May 2010 19:21:16 +0000 (+0200) Subject: Makefile: Fix, committed wrong version. X-Git-Tag: 0.8.0~9^2~53 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/39f4f90c2ff1fc5ceeb716ab62ef576b868050f9 Makefile: Fix, committed wrong version. --- diff --git a/Makefile b/Makefile index 6cf669ef8..664caca41 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,12 @@ default: startup all all headers library clean veryclean binary program doc dirs: $(MAKE) -C apt-pkg $@ $(MAKE) -C apt-inst $@ + $(MAKE) -C methods $@ $(MAKE) -C cmdline $@ + $(MAKE) -C ftparchive $@ + $(MAKE) -C dselect $@ + $(MAKE) -C doc $@ + $(MAKE) -C po $@ # Some very common aliases .PHONY: maintainer-clean dist-clean distclean pristine sanity