From bbc5e31f52eefc4e3b7ca72fb4b273cb7fb382c0 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Oct 2006 14:26:55 +0000 Subject: #i70356# change MKDIR to MKDIRHIER --- moz/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'moz') diff --git a/moz/makefile.mk b/moz/makefile.mk index f33b48425d70..9c8213691dc1 100644 --- a/moz/makefile.mk +++ b/moz/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: vg $ $Date: 2006-06-02 12:51:17 $ +# last change: $Author: obo $ $Date: 2006-10-12 15:26:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -227,7 +227,7 @@ $(MISC)$/build$/wintools.unpack : $(PRJ)$/download$/$(WINTOOLS_ZIPFILE_NAME) +-$(RENAME) $(MOZTOOLSUNPACK) $(MOZTOOLSUNPACK)_removeme +-$(RENAME) $(MOZTOOLSINST) $(MOZTOOLSINST)_removeme +-rm -rf $(MOZTOOLSUNPACK)_removeme $(MOZTOOLSINST)_removeme - @+-$(MKDIR) $(MOZTOOLSUNPACK) + @+-$(MKDIRHIER) $(MOZTOOLSUNPACK) unzip $(PRJ)$/download$/$(WINTOOLS_ZIPFILE_NAME) -d $(MOZTOOLSUNPACK) +$(TOUCH) $(MISC)$/build$/wintools.unpack -- cgit v1.2.3