[svn] Don't clean .libs, which is no longer being generated.

This commit is contained in:
hniksic 2005-06-25 07:31:03 -07:00
parent c9ac1f52b4
commit b79e5bb0d3
4 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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