From 59bbc0cfc53ce5871252c1541a087509bde89fdf Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 3 Jul 2006 09:25:26 +0000 Subject: 22573: rm -rf autom4te.cache on distclean --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 58620209e..99f5544f5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,6 +121,7 @@ check test: distclean-here: rm -f Makefile config.h config.status config.log config.cache config.modules config.modules.sh stamp-h Config/defs.mk + rm -rf autom4te.cache realclean-here: cd $(sdir) && rm -f config.h.in stamp-h.in configure -- cgit 1.4.1