fixed ppc build

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23636 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-01-19 15:42:19 +00:00
parent 14334b29f1
commit 82bea1a47b
1 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@ SubDir HAIKU_TOP src system boot arch ppc ;
DEFINES += _BOOT_MODE ;
local librootArchObjects =
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)>arch_string.o
;
#local librootArchObjects =
# <src!system!libroot!posix!string!arch!$(TARGET_ARCH)>arch_string.o
#;
KernelMergeObject boot_arch_ppc.o :
arch_elf.cpp
$(librootArchObjects)
# $(librootArchObjects)
;
SEARCH on [ FGristFiles arch_elf.cpp ]