summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/makefile.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-03-02 06:21:44 +0000
committerPatrick Luby <pluby@openoffice.org>2001-03-02 06:21:44 +0000
commitf16945969976607274949f89ddfeaf389c5fe217 (patch)
treea18646cdde4e03971b844d8e271fd1bdec30be88 /connectivity/source/drivers/file/makefile.mk
parent11a0d806d5df3a1c1e1e6176c012a645ed87bc6d (diff)
Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process
Diffstat (limited to 'connectivity/source/drivers/file/makefile.mk')
-rw-r--r--connectivity/source/drivers/file/makefile.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/connectivity/source/drivers/file/makefile.mk b/connectivity/source/drivers/file/makefile.mk
index 2b779872f803..22701796f34b 100644
--- a/connectivity/source/drivers/file/makefile.mk
+++ b/connectivity/source/drivers/file/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: ganaya $ $Date: 2001-01-30 16:48:38 $
+# last change: $Author: pluby $ $Date: 2001-03-02 07:13:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -153,12 +153,6 @@ SLOFILES=\
$(SLO)$/fanalyzer.obj \
$(SLO)$/fcode.obj \
$(SLO)$/fcomp.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"
-SLOFILES+=$(SLO)$/staticmbfile.obj
-.ENDIF
# --- Targets ----------------------------------