diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-08-10 14:54:32 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-08-10 14:54:32 +0200 |
commit | 9c6a2d1b5ba5a2aeb91d00e1115534fbde670841 (patch) | |
tree | bcb7c9b2ad5f19b6ea4e13cca0d4ca809836dbe5 | |
parent | ec5529639dd7cd315ce98b288f96c522c464e46a (diff) | |
parent | 7da9057946af3f82f846547b31c208de1e57237c (diff) |
Merge pull request #1084 from SaberUK/insp20+fix-parallel-debug-install
[2.0] Fix "make -jX debug install" causing linker errors.
-rw-r--r-- | make/template/main.mk | 2 |
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 |