From 69678f03d717b657775fd0130a9b807478fb0f5e Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 23 Sep 2003 12:44:35 -0700 Subject: [PATCH] [svn] Remove autom4te.cache. --- ChangeLog | 4 ++++ Makefile.in | 1 + 2 files changed, 5 insertions(+) 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 -- 2.39.2