summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 17:52:33 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 17:52:33 +0000
commiteb3f62895f9d7a51ccdac7f9a382a6799910252a (patch)
treea22f470ed461aefb8479328fc9a40ed44d29c2ee /cli_ure
parent40d04203d9aa272c97fba3de1ebd80fa429cf673 (diff)
INTEGRATION: CWS ause087 (1.18.20); FILE MERGED
2007/11/09 10:49:43 hjs 1.18.20.1: #i83488# disable ccache here
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk
index feade5f5e..7817dd139 100644
--- a/cli_ure/source/climaker/makefile.mk
+++ b/cli_ure/source/climaker/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.18 $
+# $Revision: 1.19 $
#
-# last change: $Author: rt $ $Date: 2007-05-30 14:03:28 $
+# last change: $Author: ihi $ $Date: 2007-11-21 18:52:33 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,6 +41,11 @@ TARGETTYPE = CUI
LIBTARGET = NO
ENABLE_EXCEPTIONS = TRUE
+# disable caching to avoid stale objects
+# on version changes
+CCACHE_DISABLE=TRUE
+.EXPORT : CCACHE_DISABLE
+
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk