summaryrefslogtreecommitdiff
path: root/unotools
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
commit2b6c3d8714abac81955802fcb8704ee9a8bcf82e (patch)
treedc29f65f7641efbd2afe5f648fef2e4a864471aa /unotools
parent88f90e59341f6291097bfbcdaddd67ebcbcdf6d8 (diff)
Removed NETBSD from staticmb*.cxx compiling
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/misc/makefile.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/unotools/source/misc/makefile.mk b/unotools/source/misc/makefile.mk
index b439332a6067..7b3368b494e5 100644
--- a/unotools/source/misc/makefile.mk
+++ b/unotools/source/misc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: pluby $ $Date: 2000-11-13 23:11:47 $
+# last change: $Author: pluby $ $Date: 2001-02-12 01:33:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -100,10 +100,8 @@ UNOUCROUT=$(OUT)$/inc
SLOFILES= $(SLO)$/atom.obj \
$(SLO)$/datetime.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)$/staticmbatom.obj
.ENDIF