Same fix as for premake-stable

This commit is contained in:
Oliver Schneider 2014-02-04 00:47:12 +00:00
parent 46e3a06330
commit 2ce5c148ac

View File

@ -451,6 +451,7 @@
function make.pchRules(prj)
_p('ifneq (,$(PCH))')
_p('.NOTPARALLEL: $(GCH) $(PCH)')
_p('$(GCH): $(PCH)')
_p('\t@echo $(notdir $<)')