summaryrefslogtreecommitdiff
path: root/fileaccess
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-12 00:33:49 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-12 00:33:49 +0000
commit9515900946df5d8bb9bd6e76c5511ac5570c8acb (patch)
tree111ee9ec2915550cedfae08822d682cdc0edf2b3 /fileaccess
parent4c26a9a085f124dc26584a9401d2ecb6824dbc1d (diff)
Removed NETBSD from staticmb*.cxx compiling
Diffstat (limited to 'fileaccess')
-rw-r--r--fileaccess/source/makefile.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/fileaccess/source/makefile.mk b/fileaccess/source/makefile.mk
index f709487923df..c0ccf5e31866 100644
--- a/fileaccess/source/makefile.mk
+++ b/fileaccess/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hjs $ $Date: 2001-01-16 15:25:20 $
+# last change: $Author: pluby $ $Date: 2001-02-12 01:33:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,10 +79,8 @@ SLOFILES= \
$(SLO)$/FileAccess.obj
# $(SLO)$/$(COMP1TYPELIST)_description.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