Ver código fonte

* third try for m68k PPNEW

pierre 24 anos atrás
pai
commit
3f077979b8
1 arquivos alterados com 1 adições e 5 exclusões
  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