* 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 -
This commit is contained in:
Jonas Maebe 2016-08-16 16:33:21 +00:00
parent 6f80a4cc29
commit b3419ef06e

View File

@ -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