Browse Source

* createlst and gparmake need to be used with the source os extension (actually, we should call it host extension)

git-svn-id: trunk@49019 -
(cherry picked from commit 8ed2ea3672c855964fc8ff30f43440ddef436885)
florian 4 years ago
parent
commit
655a3ee0da
2 changed files with 4 additions and 4 deletions
  1. 2 2
      tests/Makefile
  2. 2 2
      tests/Makefile.fpc

+ 2 - 2
tests/Makefile

@@ -2253,13 +2253,13 @@ ifndef CONCAT
 CONCAT=utils/concat
 endif
 ifndef GPARMAKE
-GPARMAKE=./gparmake$(EXEEXT)
+GPARMAKE=./gparmake$(SRCEXEEXT)
 endif
 ifndef PREPUP
 PREPUP=utils/prepup
 endif
 ifndef CREATELST
-CREATELST=./createlst$(EXEEXT)
+CREATELST=./createlst$(SRCEXEEXT)
 endif
 tstunits:
 ifdef inOS2

+ 2 - 2
tests/Makefile.fpc

@@ -210,7 +210,7 @@ CONCAT=utils/concat
 endif
 
 ifndef GPARMAKE
-GPARMAKE=./gparmake$(EXEEXT)
+GPARMAKE=./gparmake$(SRCEXEEXT)
 endif
 
 ifndef PREPUP
@@ -218,7 +218,7 @@ PREPUP=utils/prepup
 endif
 
 ifndef CREATELST
-CREATELST=./createlst$(EXEEXT)
+CREATELST=./createlst$(SRCEXEEXT)
 endif