[svn] Remove .libs directory when cleaning up.

This commit is contained in:
hniksic 2003-09-23 13:10:59 -07:00
parent 48069bdcde
commit 845a0988b1
4 changed files with 10 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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