diff options
Diffstat (limited to 'rules')
-rw-r--r-- | rules/autotools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/autotools.mk b/rules/autotools.mk index 58eaed9..ab94562 100644 --- a/rules/autotools.mk +++ b/rules/autotools.mk @@ -53,7 +53,7 @@ configure-%-stamp: pre-configure-stamp touch $@ build-%-stamp: configure-%-stamp - cd "$(builddir)" && $(MAKE) + cd "$(builddir)" && $(MAKE) $(make-jobs:%=-j%) touch $@ install-%-stamp: build-%-stamp |