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
commit3d71f347f08292fefcbb5cd0c734fc635269fe3c (patch)
tree66af58cc39ee395d27149ff8e5f5f8623656ec10 /cppuhelper/test
parentd2697410ef3417a0d5975a6034b4fb1121257d9e (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 e4a7843c0aeb..2fc1fcdabe54 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/;//)