aboutsummaryrefslogtreecommitdiff
path: root/rules/autotools.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules/autotools.mk')
-rw-r--r--rules/autotools.mk2
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