diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-13 15:22:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-13 15:22:47 +0000 |
commit | e24381ab47eab67f4b4baa9e646e3c3bab870823 (patch) | |
tree | a90f76c1459ed178f6f573ddac313f1b7b466a36 /svx/source/intro | |
parent | 55500bb49c6bc62c6a83ac8853a63941c4cd791e (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.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/intro/makefile.mk b/svx/source/intro/makefile.mk index 4cf21a26c6af..f6e2504f9786 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 ----------------------------------------------------------- |