Browse Source

* PPC_TARGET to CPU_TARGET

peter 22 years ago
parent
commit
dfd3b0716e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.fpc

+ 1 - 1
Makefile.fpc

@@ -139,7 +139,7 @@ BASEPACKDIR=$(BASEDIR)/basepack
 
 # Newly created fpcmake
 TEMPMAKENEW=$(BASEDIR)/utils/fpcm/fpcmake$(EXEEXT)
-ifneq ($(CPU_SOURCE),$(PPC_TARGET))
+ifneq ($(CPU_SOURCE),$(CPU_TARGET))
 TEMPMAKENEW=fpcmake
 endif
 ifneq ($(OS_SOURCE),$(OS_TARGET))