summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2015-07-29 23:45:39 +0100
committerPeter Powell <petpow@saberuk.com>2015-07-29 23:46:33 +0100
commit7da9057946af3f82f846547b31c208de1e57237c (patch)
treebcb7c9b2ad5f19b6ea4e13cca0d4ca809836dbe5 /make
parentec5529639dd7cd315ce98b288f96c522c464e46a (diff)
Fix "make -jX debug install" causing linker errors.
Diffstat (limited to 'make')
-rw-r--r--make/template/main.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index 1dff0fc20..fa2375ac1 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -314,4 +314,6 @@ help:
@echo ' deinstall Removes the files created by "make install"'
@echo
+.NOTPARALLEL:
+
.PHONY: all target debug debug-header mod-header mod-footer std-header finishmessage install clean deinstall squeakyclean configureclean help