summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-02-19 11:36:04 +0000
committerRüdiger Timm <rt@openoffice.org>2008-02-19 11:36:04 +0000
commit426957ef95174d9583a7b6fefd1852a614140971 (patch)
tree7d5e76cfc8825b0c26ce91c8d62cdd5ba8bc742a /ucb
parent2e2b6ba36a94c76d1bcb896927541f96992b88e9 (diff)
INTEGRATION: CWS cmcfixes42 (1.41.26); FILE MERGED
2008/02/15 10:51:05 cmc 1.41.26.1: #i86123# use hex prefix to avoid octal problem
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk
index d8c3059656d6..2623e93ccb76 100644
--- a/ucb/source/ucp/webdav/makefile.mk
+++ b/ucb/source/ucp/webdav/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.41 $
+# $Revision: 1.42 $
#
-# last change: $Author: ihi $ $Date: 2007-11-26 12:43:52 $
+# last change: $Author: rt $ $Date: 2008-02-19 12:36:04 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -68,7 +68,7 @@ NEONINCDIR=external$/neon
.INCLUDE: $(SOLARINCDIR)$/$(NEONINCDIR)$/version.mk
.ENDIF
-CFLAGS+= -DNEON_VERSION=$(NEON_VERSION)
+CFLAGS+= -DNEON_VERSION=0x$(NEON_VERSION)
.IF "$(SYSTEM_NEON)" == "YES"
CFLAGS+= $(NEON_CFLAGS)