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:
parent
92dc6fdfb5
commit
0f34168808
@ -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 ;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user