Browse Source

* 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 years ago
parent
commit
b3419ef06e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Makefile.fpc

+ 1 - 1
tests/Makefile.fpc

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