X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/51c4e07f4cba0615ff269b5a8d04dfd3d1313b00..607bab3fe856d228f22e1cd96dbb7204e2f3375d:/Makefile diff --git a/Makefile b/Makefile index 0393b424f..7680f0842 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,8 @@ all headers library clean veryclean binary program doc manpages docbook test upd $(MAKE) -C dselect $@ $(MAKE) -C doc $@ $(MAKE) -C po $@ - $(MAKE) -C test $@ + # FIXME: -C test has issue swith parallel builds, investigate! + -$(MAKE) -C test $@ fast: $(MAKE) -C vendor all