Merge pull request #1084 from SaberUK/insp20+fix-parallel-debug-install

[2.0] Fix "make -jX debug install" causing linker errors.
This commit is contained in:
Attila Molnar 2015-08-10 14:54:32 +02:00
commit 9c6a2d1b5b

View 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