summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 13:26:34 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 16:28:46 +0100
commit204ef36da8d04524cc6577976883c931c6026004 (patch)
tree2806ea17ed28fd86fb8039762cf2cb8ed111ce99 /connectivity
parentd2a1f392c10f177e005df319756223855cb9c77e (diff)
Remove SCO support
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/dbtools/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/dbtools/makefile.mk b/connectivity/source/dbtools/makefile.mk
index 1dab5a6f7368..294c9a02f37f 100644
--- a/connectivity/source/dbtools/makefile.mk
+++ b/connectivity/source/dbtools/makefile.mk
@@ -67,8 +67,8 @@ SHL1STDLIBS=\
# 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"
+# MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
+.IF "$(OS)"=="NETBSD" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SHL1STDLIBS+=$(UCBHELPERLIB)
.ENDIF