summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 13:43:08 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 13:43:08 +0000
commit30f5bb07b7c68b647f0905da7150ddcb4a548e6d (patch)
tree9c615a301f49f2cfd0fe6c966e8466ba140a36ff /connectivity
parent4d1f6930bda33e6e1d919b27943ec3ef95cc20a1 (diff)
INTEGRATION: CWS ause084_DEV300 (1.11.6); FILE MERGED
2008/02/22 13:59:47 hjs 1.11.6.2: #i79548# remove obsolete define - with cleanup 2008/02/22 13:58:56 hjs 1.11.6.1: #i79548# remove obsolete define
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/makefile.mk b/connectivity/source/drivers/mozab/bootstrap/makefile.mk
index 2ab90f55a3e4..ffe378f8e6f9 100644
--- a/connectivity/source/drivers/mozab/bootstrap/makefile.mk
+++ b/connectivity/source/drivers/mozab/bootstrap/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: hr $ $Date: 2007-06-27 13:56:25 $
+# last change: $Author: kz $ $Date: 2008-03-06 14:43:08 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -147,7 +147,7 @@ CDEFS+= -DMOZILLA_CLIENT \
-DXP_UNIX
.IF "$(OS)" == "LINUX"
CFLAGS += -fPIC -g
-CDEFS+= -DOSTYPE=\"Linux2.2.14-5\" -DOJI
+CDEFS+= -DOJI
CFLAGSCXX += \
-fno-rtti -Wconversion -Wpointer-arith \