summaryrefslogtreecommitdiffstats
path: root/connectivity/source/dbtools
diff options
context:
space:
mode:
authorGene Anaya <ganaya@openoffice.org>2001-02-08 03:54:46 +0000
committerGene Anaya <ganaya@openoffice.org>2001-02-08 03:54:46 +0000
commita70d391b66bd35c795c6f12a4117c2f797c81b49 (patch)
treeb830bb4c3b209409f2f96d5abee64ef069b35cd4 /connectivity/source/dbtools
parentmissing SLOFILES+= (diff)
downloadcore-a70d391b66bd35c795c6f12a4117c2f797c81b49.tar.gz
core-a70d391b66bd35c795c6f12a4117c2f797c81b49.zip
Missing .IF directive
Diffstat (limited to 'connectivity/source/dbtools')
-rw-r--r--connectivity/source/dbtools/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/dbtools/makefile.mk b/connectivity/source/dbtools/makefile.mk
index 448f5a6834e2..077e2390a76f 100644
--- a/connectivity/source/dbtools/makefile.mk
+++ b/connectivity/source/dbtools/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: ganaya $ $Date: 2001-02-08 03:42:40 $
+# last change: $Author: ganaya $ $Date: 2001-02-08 04:54:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -98,6 +98,7 @@ 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"
SHL1STDLIBS+=$(UCBHELPERLIB)
.ENDIF