mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove .libs directory when cleaning up.
This commit is contained in:
parent
48069bdcde
commit
845a0988b1
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-23 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* Makefile.in (clean-top): Remove .libs.
|
||||||
|
|
||||||
2003-09-23 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-09-23 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* Makefile.in (distclean-top): Remove autom4te.cache.
|
* Makefile.in (distclean-top): Remove autom4te.cache.
|
||||||
|
@ -155,6 +155,7 @@ realclean: realclean-recursive realclean-top
|
|||||||
|
|
||||||
clean-top:
|
clean-top:
|
||||||
$(RM) *~ *.bak $(DISTNAME).tar.gz
|
$(RM) *~ *.bak $(DISTNAME).tar.gz
|
||||||
|
$(RM) -r .libs
|
||||||
|
|
||||||
distclean-top: clean-top
|
distclean-top: clean-top
|
||||||
$(RM) Makefile config.status config.log config.cache stamp-h
|
$(RM) Makefile config.status config.log config.cache stamp-h
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-23 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* Makefile.in (clean): Remove .libs.
|
||||||
|
|
||||||
2003-09-23 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-09-23 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* cookies.c (struct cookie): New flag domain_exact.
|
* cookies.c (struct cookie): New flag domain_exact.
|
||||||
|
@ -130,6 +130,7 @@ uninstall.bin:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) *.o wget$(exeext) *~ *.bak core core.[0-9]* $(ANSI2KNR) *._o *._c
|
$(RM) *.o wget$(exeext) *~ *.bak core core.[0-9]* $(ANSI2KNR) *._o *._c
|
||||||
|
$(RM) -r .libs
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) Makefile config.h
|
$(RM) Makefile config.h
|
||||||
|
Loading…
Reference in New Issue
Block a user