diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-05-06 08:39:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-05-06 08:39:14 +0000 |
commit | de7e64f4079f168bdf250efad583d2011754ee56 (patch) | |
tree | 0426205b9661bcd5612fe3d6ca81b7eeba4c5f68 /sc | |
parent | ab217a21d1d1c836d9589dfa4d4c51a97f408d5a (diff) |
INTEGRATION: CWS ause027 (1.2.808); FILE MERGED
2005/04/28 13:01:26 hjs 1.2.808.1: #i48362# ignore errorcode 12
Diffstat (limited to 'sc')
-rw-r--r-- | sc/addin/util/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/addin/util/makefile.mk b/sc/addin/util/makefile.mk index cd3365b94fa7..62e30708c759 100644 --- a/sc/addin/util/makefile.mk +++ b/sc/addin/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hjs $ $Date: 2002-05-14 11:13:21 $ +# last change: $Author: obo $ $Date: 2005-05-06 09:39:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,11 +73,11 @@ $(BIN)$/addin.zip : \ $(MISC)$/rot.lst \ $(MISC)$/dfa.lst .IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" - +$(TYPE) $(MISC)$/rot.lst | tr -s " " "\n" | zip -@ -u -j -ll $(BIN)$/addin.zip - +$(TYPE) $(MISC)$/dfa.lst | tr -s " " "\n" | zip -@ -u -j -ll $(BIN)$/addin.zip + +$(TYPE) $(MISC)$/rot.lst | tr -s " " "\n" | zip -@ -u -j -ll $(BIN)$/addin.zip $(CHECKZIPRESULT) + +$(TYPE) $(MISC)$/dfa.lst | tr -s " " "\n" | zip -@ -u -j -ll $(BIN)$/addin.zip $(CHECKZIPRESULT) +chmod +rw $(BIN)$/addin.zip .ELSE - +$(TYPE) $< | zip -@ -u -j $(BIN)$/addin.zip + +$(TYPE) $< | zip -@ -u -j $(BIN)$/addin.zip $(CHECKZIPRESULT) .ENDIF ALL: \ |