Pārlūkot izejas kodu

* third try for m68k PPNEW

pierre 24 gadi atpakaļ
vecāks
revīzija
3f077979b8
1 mainītis faili ar 1 papildinājumiem un 5 dzēšanām
  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