]> git.saurik.com Git - apt.git/blobdiff - Makefile
Merge remote-tracking branch 'mvo/bugfix/apt-search-case' into debian/sid
[apt.git] / Makefile
index fb843983ceeaf9ac463f0982b0f9ef8f0f5bd902..394149bf1a8dc76e8e59c93a7d39d5f23fa3db8a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ default: startup all
 
 .PHONY: headers library clean veryclean all binary program doc test update-po
 all headers library clean veryclean binary program doc manpages debiandoc test update-po startup dirs:
+       $(MAKE) -C vendor $@
        $(MAKE) -C apt-pkg $@
        $(MAKE) -C apt-inst $@
        $(MAKE) -C apt-private $@
@@ -20,7 +21,7 @@ all headers library clean veryclean binary program doc manpages debiandoc test u
        $(MAKE) -C dselect $@
        $(MAKE) -C doc $@
        $(MAKE) -C po $@
-       $(MAKE) -C test $@ 
+       $(MAKE) -C test $@
 
 all headers library clean veryclean binary program doc manpages debiandoc test update-po: startup dirs