summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-15 13:52:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-15 13:52:59 +0000
commite496e490c67d224660825f420b68bfc21891ac21 (patch)
tree11fe3632b7214be10fc569a459ffa5c1a9e4a9f2 /cli_ure
parentdfa67a82e1b7db69612bad63ed3b6edff9ae3228 (diff)
INTEGRATION: CWS ause089 (1.22.26); FILE MERGED
2007/12/14 17:54:18 hjs 1.22.26.1: #i83488# - one more place
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/native/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk
index bcfc06011527..2b776c20a487 100644
--- a/cli_ure/source/native/makefile.mk
+++ b/cli_ure/source/native/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.22 $
+# $Revision: 1.23 $
#
-# last change: $Author: ihi $ $Date: 2007-04-17 10:30:07 $
+# last change: $Author: ihi $ $Date: 2008-01-15 14:52:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,11 @@ ENABLE_EXCEPTIONS = TRUE
LIBTARGET = NO
USE_DEFFILE = TRUE
+# disable caching to avoid stale objects
+# on version changes
+CCACHE_DISABLE=TRUE
+.EXPORT : CCACHE_DISABLE
+
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk