mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't clean .libs, which is no longer being generated.
This commit is contained in:
parent
c9ac1f52b4
commit
b79e5bb0d3
@ -1,3 +1,7 @@
|
||||
2005-06-25 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* Makefile.in: No need to clean .libs.
|
||||
|
||||
2005-06-25 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* Makefile.in (DISTFILES): Don't split the sed invocation across
|
||||
|
@ -143,7 +143,6 @@ 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 libtool stamp-h
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-06-25 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* Makefile.in: No need to clean .libs.
|
||||
|
||||
2005-06-25 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* cookies.c (parse_set_cookies): Cast pointer subtraction to int
|
||||
|
@ -123,7 +123,6 @@ uninstall.bin:
|
||||
|
||||
clean:
|
||||
$(RM) *.o wget$(exeext) *~ *.bak core core.[0-9]*
|
||||
$(RM) -r .libs
|
||||
|
||||
distclean: clean
|
||||
$(RM) Makefile config.h
|
||||
|
Loading…
Reference in New Issue
Block a user