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 -
florian 4 years ago
parent
commit
8ed2ea3672
2 changed files with 4 additions and 4 deletions
  1. 2 2
      tests/Makefile
  2. 2 2
      tests/Makefile.fpc

+ 2 - 2
tests/Makefile

@@ -2468,13 +2468,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