summaryrefslogtreecommitdiff
path: root/cppuhelper/test
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:38:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:38:41 +0000
commit190de2fe0e41bed4a5fd8c8f36c3a06da23657c2 (patch)
treec0b787a34ae904f08bbc4cbc85c3d2ecc8f4e817 /cppuhelper/test
parent2d8a9921c733eac83c22909a2b32b3519d91654a (diff)
INTEGRATION: CWS execshellmacrogone (1.4.58); FILE MERGED
2007/10/24 06:35:38 rene 1.4.58.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'cppuhelper/test')
-rwxr-xr-xcppuhelper/test/testlib/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/test/testlib/makefile.mk b/cppuhelper/test/testlib/makefile.mk
index e4a7843c0..2fc1fcdab 100755
--- a/cppuhelper/test/testlib/makefile.mk
+++ b/cppuhelper/test/testlib/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2006-12-01 17:21:27 $
+# last change: $Author: rt $ $Date: 2007-11-06 15:38:41 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,7 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-PERLINST1:=$(shell +$(PERL) -V:installarchlib)
+PERLINST1:=$(shell @+$(PERL) -V:installarchlib)
PERLINST2:=$(subst,installarchlib=, $(PERLINST1))
PERLINST3:=$(PERLINST2:s/'//)
PERLINST :=$(PERLINST3:s/;//)