diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:06:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:06:40 +0000 |
commit | b52575f0d11860560222ed22d0586779c2626a4c (patch) | |
tree | 28242559816b0a221c3c40d3444a09be5f2bff0a /officecfg/util | |
parent | 365c707406759dd998f19aa5dd9267cb04cfd4ca (diff) |
INTEGRATION: CWS ause069 (1.4.254); FILE MERGED
2006/11/28 10:26:57 hjs 1.4.254.1: #i70359# remove forced shell calls
Diffstat (limited to 'officecfg/util')
-rw-r--r-- | officecfg/util/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/util/makefile.mk b/officecfg/util/makefile.mk index 218869479c26..63b683c9b151 100644 --- a/officecfg/util/makefile.mk +++ b/officecfg/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:49:29 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:06:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,11 +44,11 @@ TARGET=util # --- Targets ------------------------------------------------------ $(MISC)$/$(TARGET)_delzip : - +-$(RM) $(BIN)$/registry_{$(alllangiso)}.zip - +-$(RM) $(COMMON_OUTPUT)$/bin$/registry_{$(alllangiso)}.zip + -$(RM) $(BIN)$/registry_{$(alllangiso)}.zip + -$(RM) $(COMMON_OUTPUT)$/bin$/registry_{$(alllangiso)}.zip $(BIN)$/registry_{$(alllangiso)}.zip : $(MISC)$/$(TARGET)_delzip - +cd $(MISC)$/registry$/res$/$(@:b:s/registry_//) && zip -ru ..$/..$/..$/..$/bin$/registry_$(@:b:s/registry_//).zip org/* + cd $(MISC)$/registry$/res$/$(@:b:s/registry_//) && zip -ru ..$/..$/..$/..$/bin$/registry_$(@:b:s/registry_//).zip org/* ALLTAR: \ $(MISC)$/$(TARGET)_delzip \ |