summaryrefslogtreecommitdiff
path: root/moz/zipped/makefile.mk
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-21 07:18:25 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-21 07:18:25 +0000
commitda1a24df1ab1db7a75462e7f1ea420f05bc213bc (patch)
tree06b64acfabeb9ae2c1dd9b7ca73e971dd8668387 /moz/zipped/makefile.mk
parent46ab9cc0419b0f553014a11ddb1d9bef93afd3f0 (diff)
#88326# $(COPY) instead of copy
Diffstat (limited to 'moz/zipped/makefile.mk')
-rw-r--r--moz/zipped/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/moz/zipped/makefile.mk b/moz/zipped/makefile.mk
index c345b4fc380c..dd31e5b3155d 100644
--- a/moz/zipped/makefile.mk
+++ b/moz/zipped/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: fs $ $Date: 2001-06-21 07:45:20 $
+# last change: $Author: fs $ $Date: 2001-06-21 08:18:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,7 +83,7 @@ $(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)inc.zip
+unzip -o -d $(INCCOM) $(OS)$(COM)inc.zip && $(TOUCH) $@
$(BIN)$/mozruntime.zip : $(OS)$(COM)runtime.zip
- +copy $(OS)$(COM)runtime.zip $(BIN)$/mozruntime.zip
+ +$(COPY) $(OS)$(COM)runtime.zip $(BIN)$/mozruntime.zip
.INCLUDE : target.mk