diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:24:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:24:58 +0000 |
commit | 150cc2b928e6e842c93173b6f629efd120a89d24 (patch) | |
tree | c2055fd14b55c8740fdce54a539cdb39a46623d2 /xmlsecurity/tools | |
parent | e05d7af1015b48589fa25589ba858b3f114a8090 (diff) |
INTEGRATION: CWS ause069 (1.2.98); FILE MERGED
2006/11/28 09:53:49 hjs 1.2.98.1: #i70359# remove forced shell calls
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/util/makefile.mk | 6 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/util/makefile.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/xmlsecurity/tools/standalone/csfit/util/makefile.mk b/xmlsecurity/tools/standalone/csfit/util/makefile.mk index dd418a6fa2af..8b1c9d0a422b 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.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-09 17:41:53 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:24:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -171,7 +171,7 @@ $(BIN)$/boot_services.rdb: \ $(REGCOMP) -register -r $(BIN)$/regcomp.rdb -c "$(strip $(REGISTERLIBS_JAVA))" $(REGMERGE) $(BIN)$/regcomp.rdb / $(SOLARBINDIR)/udkapi.rdb # now do the registration - +$(REGCOMP_ENV) && \ + $(REGCOMP_ENV) && \ $(REGCOMP) -br $(BIN)$/regcomp.rdb \ -register \ -r $(BIN)$/boot_services.tmp \ diff --git a/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk b/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk index 7990514215b5..6047cd5fa408 100644 --- a/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk +++ b/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-09 17:42:20 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:24:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -171,7 +171,7 @@ $(BIN)$/boot_services.rdb: \ $(REGCOMP) -register -r $(BIN)$/regcomp.rdb -c "$(strip $(REGISTERLIBS_JAVA))" $(REGMERGE) $(BIN)$/regcomp.rdb / $(SOLARBINDIR)/udkapi.rdb # now do the registration - +$(REGCOMP_ENV) && \ + $(REGCOMP_ENV) && \ $(REGCOMP) -br $(BIN)$/regcomp.rdb \ -register \ -r $(BIN)$/boot_services.tmp \ |