utilize SELECT_UNAME_ETC_LIB

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10283 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-11-29 00:19:29 +00:00
parent a104c31b99
commit 2506bbb6f3
5 changed files with 13 additions and 6 deletions
+2
View File
@@ -110,8 +110,10 @@ switch $(TARGET_PLATFORM)
}
if $(BONE_COMPATIBLE) {
NETWORK_LIBS = libsocket.so libbind.so ;
SELECT_UNAME_ETC_LIB = libroot.so ;
} else {
NETWORK_LIBS = libnet.so ;
SELECT_UNAME_ETC_LIB = libnet.so ;
}
# Determine if we're building on PPC or x86