diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-06 14:38:41 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-06 14:38:41 +0000 |
commit | 190de2fe0e41bed4a5fd8c8f36c3a06da23657c2 (patch) | |
tree | c0b787a34ae904f08bbc4cbc85c3d2ecc8f4e817 /cppuhelper/test | |
parent | 2d8a9921c733eac83c22909a2b32b3519d91654a (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-x | cppuhelper/test/testlib/makefile.mk | 6 |
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/;//) |