瀏覽代碼

* we want to call fpcmake, not fpmake

Sven/Sarah Barth 1 年之前
父節點
當前提交
c60f233dc0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.