summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_config.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:45:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:45:45 +0000
commit005a0472e4ab88e192e53f87a11e57e5f97e997c (patch)
treed152340715dc44d519ac1cb9008f8d2f8d1b1f36 /solenv/inc/tg_config.mk
parent950370d0f05d2733d77395cafbdf236d5909d5e5 (diff)
INTEGRATION: CWS execshellmacrogone (1.18.208); FILE MERGED
2007/10/24 06:35:46 rene 1.18.208.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'solenv/inc/tg_config.mk')
-rw-r--r--solenv/inc/tg_config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/tg_config.mk b/solenv/inc/tg_config.mk
index 5dd54064917d..1f41d94cd7de 100644
--- a/solenv/inc/tg_config.mk
+++ b/solenv/inc/tg_config.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_config.mk,v $
#
-# $Revision: 1.18 $
+# $Revision: 1.19 $
#
-# last change: $Author: kz $ $Date: 2007-05-10 13:14:29 $
+# last change: $Author: rt $ $Date: 2007-11-06 15:45:45 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -37,10 +37,10 @@ PACKAGEDIR*:=$(subst,.,$/ $(PACKAGE))
XSLTPACKAGEDIR*:=$(subst,.,/ $(PACKAGE))
XCSROOTURL!:=$(ABSXCSROOT)
.IF $(GUI)==WNT
-XCSROOTURL!:=$(shell +$(WRAPCMD) echo $(XCSROOTURL))
+XCSROOTURL!:=$(shell @+$(WRAPCMD) echo $(XCSROOTURL))
XCSROOTURL!:=file:///$(subst,\,/ $(XCSROOTURL))
.ENDIF
-SYSXSLDIR*:=$(shell +$(WRAPCMD) echo $(XSLDIR)$/)
+SYSXSLDIR*:=$(shell @+$(WRAPCMD) echo $(XSLDIR)$/)
#
# --- XCS ---