Fixed build under non-BeOS platforms.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25544 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-05-18 14:09:58 +00:00
parent 87fe2972ec
commit 7504dbf51f

View File

@ -10,12 +10,12 @@ SharedLibrary libkernelland_emu.so :
khash.c khash.c
list.c list.c
: be stdc++.r4 ; : be $(TARGET_LIBSTDC++) ;
AbsSymLink <boot!home!config!lib>libkernelland_emu.so : libkernelland_emu.so AbsSymLink <boot!home!config!lib>libkernelland_emu.so : libkernelland_emu.so
: /boot/home/config/lib : false ; : /boot/home/config/lib : false ;
SEARCH on [ FGristFiles SEARCH on [ FGristFiles
strlcpy.c strlcpy.c
] = [ FDirName $(HAIKU_TOP) src system libroot posix string ] ; ] = [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;