summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-04-03 12:17:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-04-03 12:17:16 +0000
commit6fa07bd5a5ef4b0225e36ad369133de52a3e77a7 (patch)
treeab5e5debad9a8b645ce4754b8f4dbf3a8edcd4ef /ucbhelper
parent799b1e63c0abfa0674fb1a68b46c548625968c20 (diff)
#65293# switched off optimization for gcc3
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/ucbhelper/source/client/makefile.mk b/ucbhelper/source/client/makefile.mk
index fa0acdf3fc00..2648832cf1c8 100644
--- a/ucbhelper/source/client/makefile.mk
+++ b/ucbhelper/source/client/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: pluby $ $Date: 2001-03-02 07:20:22 $
+# last change: $Author: vg $ $Date: 2002-04-03 13:17:16 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -85,6 +85,10 @@ SLOFILES=\
$(SLO)$/fileidentifierconverter.obj \
$(SLO)$/activedatasink.obj
+.IF "$(OS)$(CPUNAME)$(COMID)"=="LINUXINTELgcc3"
+NOOPTFILES=$(SLO)$/content.obj
+.ENDIF
+
.ENDIF
# --- Targets ------------------------------------------------------