Parcourir la source

* we want to call fpcmake, not fpmake

Sven/Sarah Barth il y a 1 an
Parent
commit
c60f233dc0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      utils/build/Makefile-no-regen

+ 1 - 1
utils/build/Makefile-no-regen

@@ -3,7 +3,7 @@
 all: Makefile.pkg
 
 Makefile.pkg: Makefile.fpc
-	fpmake -Tall -s -o Makefile.pkg Makefile.fpc
+	fpcmake -Tall -s -o Makefile.pkg Makefile.fpc
 
 distclean:
 	echo Nothing to do.