summaryrefslogtreecommitdiff
path: root/remotebridges
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2001-02-02 18:51:56 +0000
committerSander Vesik <svesik@openoffice.org>2001-02-02 18:51:56 +0000
commit6baef004e92e52ee1217ea5d999b82313c76511c (patch)
tree827f90ddd8904af95ec0157c9de8dedc00cd9e99 /remotebridges
parent104dd3b50ddf63b68115cf8963ca1c447e50a902 (diff)
Merge NetBSD changes by Michael Rauch from OO614B to HEAD.
Diffstat (limited to 'remotebridges')
-rw-r--r--remotebridges/source/unourl_resolver/makefile.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/remotebridges/source/unourl_resolver/makefile.mk b/remotebridges/source/unourl_resolver/makefile.mk
index 5bd41e65712e..c6ca211519d5 100644
--- a/remotebridges/source/unourl_resolver/makefile.mk
+++ b/remotebridges/source/unourl_resolver/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hr $ $Date: 2000-11-13 16:08:50 $
+# last change: $Author: svesik $ $Date: 2001-02-02 19:51:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -98,10 +98,8 @@ UNOTYPES= \
SLOFILES= \
$(SLO)$/unourl_resolver.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmb.obj
.ENDIF