Fix linking from net to network. This allows 'doc_files' to build, but other

issues remain:
 * Man2Doc1 outputs 'macro "" not recognized -- ignoring'
 * docbook crashes


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39229 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia 2010-10-31 13:08:01 +00:00
parent 92dc6fdfb5
commit 0f34168808
2 changed files with 7 additions and 3 deletions

View File

@ -13,7 +13,9 @@ if $(HOST_PLATFORM) in $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) {
# use different libaries depending on host platform
local osLibs ;
if $(HOST_PLATFORM) in $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) {
if $(HOST_PLATFORM) in $(HAIKU_HAIKU_COMPATIBLE_PLATFORMS) {
osLibs = network ;
} else if $(HOST_PLATFORM) in $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) {
osLibs = net ;
} else {
osLibs = m ;

View File

@ -22,7 +22,9 @@ for sourceDir in $(sourceDirs) {
# use different libaries depending on host platform
local osLibs ;
if $(HOST_PLATFORM) in $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) {
if $(HOST_PLATFORM) in $(HAIKU_HAIKU_COMPATIBLE_PLATFORMS) {
osLibs = network ;
} else if $(HOST_PLATFORM) in $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) {
osLibs = net ;
} else {
osLibs = m ;
@ -38,7 +40,7 @@ BuildPlatformStaticLibrary <build>libxslt.a :
xslt.c
xsltutils.c
pattern.c
templates.c
templates.c
variables.c
keys.c
numbers.c