Sfoglia il codice sorgente

* third try for m68k PPNEW

pierre 24 anni fa
parent
commit
3f077979b8
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  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