summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2000-10-12 11:46:18 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2000-10-12 11:46:18 +0000
commit6894150ed57672baf0c4161018fe407ffaa5dd7f (patch)
treec1fd8efb52d420499840042bfe54fcf17eb4298c /connectivity
parent7f993d703f74422e1ce8fa99b06239ab8e037ae3 (diff)
gcc internal compiler error
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/connectivity/source/commontools/makefile.mk b/connectivity/source/commontools/makefile.mk
index 97db2d45039a..5840a48221bd 100644
--- a/connectivity/source/commontools/makefile.mk
+++ b/connectivity/source/commontools/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: fs $ $Date: 2000-10-05 08:54:45 $
+# last change: $Author: hjs $ $Date: 2000-10-12 12:46:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,7 +82,10 @@ SLOFILES=\
$(SLO)$/CommonTools.obj \
$(SLO)$/DateConversion.obj \
-
+.IF "$(OS)$(COM)"=="LINUXGCC"
+NOOPTFILES= \
+ $(SLO)$/dbexception.obj
+.ENDIF # "$(OS)$(COM)"=="LINUXGCC"
# --- Targets ------------------------------------------------------