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>
|
||||
|
||||
* Makefile.in (distclean-top): Remove autom4te.cache.
|
||||
|
@ -155,6 +155,7 @@ realclean: realclean-recursive realclean-top
|
||||
|
||||
clean-top:
|
||||
$(RM) *~ *.bak $(DISTNAME).tar.gz
|
||||
$(RM) -r .libs
|
||||
|
||||
distclean-top: clean-top
|
||||
$(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>
|
||||
|
||||
* cookies.c (struct cookie): New flag domain_exact.
|
||||
|
@ -130,6 +130,7 @@ uninstall.bin:
|
||||
|
||||
clean:
|
||||
$(RM) *.o wget$(exeext) *~ *.bak core core.[0-9]* $(ANSI2KNR) *._o *._c
|
||||
$(RM) -r .libs
|
||||
|
||||
distclean: clean
|
||||
$(RM) Makefile config.h
|
||||
|
Loading…
Reference in New Issue
Block a user