* makefile for arm fixed

This commit is contained in:
florian 2004-02-23 23:18:44 +00:00
parent 94bc20bee6
commit d20b73a033
2 changed files with 2 additions and 2 deletions

View File

@ -1735,7 +1735,7 @@ powerpc:
sparc:
$(MAKE) PPC_TARGET=sparc CPU_UNITDIR=sparc all
arm:
$(MAKE) PPC_TARGET=sparc CPU_UNITDIR=arm all
$(MAKE) PPC_TARGET=arm CPU_UNITDIR=arm all
.PHONY: all compiler echotime ppuclean execlean clean distclean
all: $(EXENAME) $(addsuffix _all,$(TARGET_DIRS))
compiler: $(EXENAME)

View File

@ -270,7 +270,7 @@ sparc:
$(MAKE) PPC_TARGET=sparc CPU_UNITDIR=sparc all
arm:
$(MAKE) PPC_TARGET=sparc CPU_UNITDIR=arm all
$(MAKE) PPC_TARGET=arm CPU_UNITDIR=arm all
#####################################################################
# Default makefile