diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:48:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:48:03 +0000 |
commit | 8fa62ac80c4fdbc3692ee42a1a3ea72689dc7398 (patch) | |
tree | c4394c6679bb8eb708995b8150be51231006c1f3 /xmlsecurity/tools | |
parent | 74cddfbe60fe5bc5e8d1c4d399da8522319ee5c1 (diff) |
INTEGRATION: CWS execshellmacrogone (1.3.38); FILE MERGED
2007/10/24 08:34:57 rene 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED
2007/10/24 06:35:52 rene 1.3.38.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/tools/standalone/csfit/util/makefile.mk b/xmlsecurity/tools/standalone/csfit/util/makefile.mk index c6f4a9b47114..6ab5e351436a 100644 --- a/xmlsecurity/tools/standalone/csfit/util/makefile.mk +++ b/xmlsecurity/tools/standalone/csfit/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2007-09-27 12:53:55 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:48:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -136,9 +136,9 @@ REGCOMP_ENV=\ .IF "$(USE_SHELL)" != "4nt" DOLLAR_SIGN=\$$ REGCOMP_ENV=\ - setenv CLASSPATH "$(strip $(subst,\,/ $(shell guw.pl echo $(REGCOMP_CLASSPATH))))" && \ + setenv CLASSPATH "$(strip $(subst,\,/ $(shell @guw.pl echo $(REGCOMP_CLASSPATH))))" && \ setenv PATH "$(PATH):$(JREPATH)" -MY_JAVA_COMPPATH=$(strip $(subst,\,/ file:///$(shell guw.pl echo $(SOLARBINDIR)))) +MY_JAVA_COMPPATH=$(strip $(subst,\,/ file:///$(shell @guw.pl echo $(SOLARBINDIR)))) .ELSE # "$(USE_SHELL)" != "4nt" DOLLAR_SIGN=$$ REGCOMP_ENV=\ |