瀏覽代碼

* add $(CREATELST) to the dependencies of $(GPARMAKE), so that both binaries
are not compiled at the same time (because otherwise the compiler may
trip over itself in case it performs linking via an external script or
using a response file)

git-svn-id: trunk@34322 -

Jonas Maebe 9 年之前
父節點
當前提交
b3419ef06e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Makefile.fpc

+ 1 - 1
tests/Makefile.fpc

@@ -500,7 +500,7 @@ else
 
 MAKEINC=$(TEST_OUTPUTDIR)/MakeChunks-$(TEST_TARGETSUFFIX).inc
 
-$(GPARMAKE): $(COMPILER_UNITTARGETDIR) utils/gparmake.pp
+$(GPARMAKE): $(COMPILER_UNITTARGETDIR) utils/gparmake.pp $(CREATELST)
         $(FPC) $(FPCOPT) -FE. utils/gparmake.pp $(OPT)
 
 $(CREATELST): $(COMPILER_UNITTARGETDIR) utils/createlst.pp