]> sjero.net Git - wget/commitdiff
[svn] Use MAKEDIR for make clean as well.
authorhniksic <devnull@localhost>
Thu, 28 Apr 2005 17:13:30 +0000 (10:13 -0700)
committerhniksic <devnull@localhost>
Thu, 28 Apr 2005 17:13:30 +0000 (10:13 -0700)
ChangeLog
windows/Makefile.top.bor

index 53cfa4712315a8af7bd1e97439e1abb672b0d312..667b0de5d1dd6b42b30c20f14fd9a4ca38cddb6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/Makefile.top.bor: Use MAKEDIR for make clean too.
+
 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * windows/Makefile.src.bor: Don't delete executables other than
index 9eda2586a73cdc74b3764ac8e6d9718f9178ce04..b36111620f8abf3a559afc5a7c513a3aeb565cb8 100644 (file)
@@ -61,9 +61,9 @@ realclean-top: distclean-top
 
 clean-recursive distclean-recursive realclean-recursive:
        cd src
-       $(MAKE) $(@:-recursive=)
-       cd ..\\doc
-       $(MAKE) $(@:-recursive=)
+       $(MAKEDIR)\$(MAKE) $(@:-recursive=)
+       cd ..\doc
+       $(MAKEDIR)\$(MAKE) $(@:-recursive=)
        cd ..
 
 bindist: wget.zip