Updates per r34417.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39245 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-10-31 21:36:35 +00:00
parent 1ad7e24422
commit 8c1e391d95
@@ -15,8 +15,8 @@ SharedLibrary libkernelland_emu.so :
slab.cpp
vm.cpp
khash.c
list.c
khash.cpp
list.cpp
: be $(TARGET_LIBSTDC++) ;
@@ -24,5 +24,5 @@ AbsSymLink <boot!home!config!lib>libkernelland_emu.so : libkernelland_emu.so
: /boot/home/config/lib : false ;
SEARCH on [ FGristFiles
list.c khash.c
list.cpp khash.cpp
] = [ FDirName $(HAIKU_TOP) src system kernel util ] ;