1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Use MAKEDIR for make clean as well.

This commit is contained in:
hniksic 2005-04-28 10:13:30 -07:00
parent b5a5f0f6c2
commit a4b51a6998
2 changed files with 7 additions and 3 deletions

View File

@ -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

View 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