浏览代码

* third try for m68k PPNEW

pierre 24 年之前
父节点
当前提交
3f077979b8
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      Makefile.fpc

+ 1 - 5
Makefile.fpc

@@ -25,12 +25,8 @@ endif
 
 # New ppc386 (or ppc68k if on m68k machine !)
 ifndef PPNEW
-ifeq ($(findstring /,$(FPC)),)
 ifdef FPC
-PPNEWBASE=$(FPC)
-else
-PPNEWBASE=ppc386
-endif
+PPNEWBASE=$(notdir $(FPC))
 else
 PPNEWBASE=ppc386
 endif