* PPC_TARGET to CPU_TARGET

This commit is contained in:
peter 2003-10-27 15:30:42 +00:00
parent d28f3dfdae
commit dfd3b0716e

View File

@ -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))