Seems the ppc way of reusing arch_string.o doesn't work for me.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23374 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-01-11 01:13:02 +00:00
parent e3c8f43645
commit 19c9c08e67
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,8 @@ SubDir HAIKU_TOP src system boot arch m68k ;
DEFINES += _BOOT_MODE ;
local librootArchObjects =
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)>arch_string.o
# <src!system!libroot!posix!string!arch!$(TARGET_ARCH)>arch_string.o
arch_string.S
;
KernelMergeObject boot_arch_m68k.o :
@ -13,3 +14,6 @@ KernelMergeObject boot_arch_m68k.o :
SEARCH on [ FGristFiles arch_elf.cpp ]
= [ FDirName $(HAIKU_TOP) src system kernel arch $(TARGET_ARCH) ] ;
SEARCH on [ FGristFiles $(librootArchObjects) ]
= [ FDirName $(HAIKU_TOP) src system libroot posix string arch $(TARGET_ARCH) ] ;