From: hniksic Date: Tue, 23 Sep 2003 19:44:35 +0000 (-0700) Subject: [svn] Remove autom4te.cache. X-Git-Tag: v1.13~1662 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=69678f03d717b657775fd0130a9b807478fb0f5e [svn] Remove autom4te.cache. --- diff --git a/ChangeLog b/ChangeLog index ce635d3b..1659f447 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-23 Hrvoje Niksic + + * Makefile.in (distclean-top): Remove autom4te.cache. + 2003-09-17 Hrvoje Niksic * install-sh, mkinstalldirs: Updated from Autoconf 2.57. diff --git a/Makefile.in b/Makefile.in index 97f2239d..335e4101 100644 --- a/Makefile.in +++ b/Makefile.in @@ -158,6 +158,7 @@ clean-top: distclean-top: clean-top $(RM) Makefile config.status config.log config.cache stamp-h + $(RM) -r autom4te.cache realclean-top: distclean-top $(RM) configure