diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:26:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:26:55 +0000 |
commit | bbc5e31f52eefc4e3b7ca72fb4b273cb7fb382c0 (patch) | |
tree | 9cb802d3b54f3947aa89b7cbcf935c06d81a3243 /moz | |
parent | ad66b6e47b063c5d8de9d17b2912ef405e81e5b9 (diff) |
#i70356# change MKDIR to MKDIRHIER
Diffstat (limited to 'moz')
-rw-r--r-- | moz/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |