summaryrefslogtreecommitdiff
path: root/svx/source/intro
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-01-13 15:22:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-01-13 15:22:47 +0000
commitfabd6677e78c43028efa50b135fd006d02ec0ea1 (patch)
tree08c3117a804349bc165dc2798a36d5cc95c6b082 /svx/source/intro
parent29bf3a3d49a0f1e9df281c24a5f31326180097df (diff)
INTEGRATION: CWS ause046 (1.10.4); FILE MERGED
2005/12/20 12:01:15 hjs 1.10.4.1: #i59514# fix quoting for environment supplied vendor names
Diffstat (limited to 'svx/source/intro')
-rw-r--r--svx/source/intro/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/intro/makefile.mk b/svx/source/intro/makefile.mk
index 4cf21a26c6..f6e2504f97 100644
--- a/svx/source/intro/makefile.mk
+++ b/svx/source/intro/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: rt $ $Date: 2005-12-14 15:16:15 $
+# last change: $Author: rt $ $Date: 2006-01-13 16:22:47 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -46,8 +46,8 @@ TARGET=intro
RSCLOCINC!:=$(RSCLOCINC);$(PRJ)$/RES
# setting the compiled by $user$ string in the About box
-OOO_VENDOR*="$(USER)$(USERNAME)"
-RSCDEFS+=-DOOO_VENDOR=$(OOO_VENDOR)
+OOO_VENDOR*=$(USER)$(USERNAME)
+RSCDEFS+=-DOOO_VENDOR="$(OOO_VENDOR)"
# --- Allgemein -----------------------------------------------------------