]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Merge pull request #1084 from SaberUK/insp20+fix-parallel-debug-install
authorAttila Molnar <attilamolnar@hush.com>
Mon, 10 Aug 2015 12:54:32 +0000 (14:54 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Mon, 10 Aug 2015 12:54:32 +0000 (14:54 +0200)
[2.0] Fix "make -jX debug install" causing linker errors.

make/template/main.mk

index 1dff0fc20201151a50c0f93f2b77bb519846c0bf..fa2375ac139ba3ed34b3997e8b74cefbb4abc132 100644 (file)
@@ -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