Browse Source

* we want to call fpcmake, not fpmake

Sven/Sarah Barth 1 year ago
parent
commit
c60f233dc0
1 changed files with 1 additions and 1 deletions
  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.