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:
parent
b5a5f0f6c2
commit
a4b51a6998
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user