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>
|
2005-04-28 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* windows/Makefile.src.bor: Don't delete executables other than
|
* windows/Makefile.src.bor: Don't delete executables other than
|
||||||
|
@ -61,9 +61,9 @@ realclean-top: distclean-top
|
|||||||
|
|
||||||
clean-recursive distclean-recursive realclean-recursive:
|
clean-recursive distclean-recursive realclean-recursive:
|
||||||
cd src
|
cd src
|
||||||
$(MAKE) $(@:-recursive=)
|
$(MAKEDIR)\$(MAKE) $(@:-recursive=)
|
||||||
cd ..\\doc
|
cd ..\doc
|
||||||
$(MAKE) $(@:-recursive=)
|
$(MAKEDIR)\$(MAKE) $(@:-recursive=)
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
bindist: wget.zip
|
bindist: wget.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user