From da1a24df1ab1db7a75462e7f1ea420f05bc213bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Sch=C3=B6nheit?= Date: Thu, 21 Jun 2001 07:18:25 +0000 Subject: [PATCH] #88326# $(COPY) instead of copy --- moz/zipped/makefile.mk | 6 +++--- 1 file 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