* makefile fixes from peter

This commit is contained in:
marco 2003-10-02 11:06:53 +00:00
parent eaceacb7e2
commit de98fa5cb5
2 changed files with 0 additions and 4 deletions

View File

@ -228,11 +228,9 @@ endif
ifndef PPC_TARGET
PPC_TARGET=$(CPU_TARGET)
endif
export PPC_TARGET
ifndef PPC_OS
PPC_OS=$(OS_TARGET)
endif
export PPC_OS
CPU_UNITDIR=.
UTILSDIR=../utils
COMPILERSOURCEDIR=$(PPC_TARGET) systems

View File

@ -57,14 +57,12 @@ endif
ifndef PPC_TARGET
PPC_TARGET=$(CPU_TARGET)
endif
export PPC_TARGET
# Default is to generate a compiler for the same
# target as OS_TARGET (a native compiler)
ifndef PPC_OS
PPC_OS=$(OS_TARGET)
endif
export PPC_OS
# Where to place the unit files.
CPU_UNITDIR=.