From 88824010c51231852a1a276c166feefa231b41a0 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Thu, 25 Oct 2007 00:12:45 +0000 Subject: Merge of 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 612d4ed48..7e4e1311e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -119,6 +119,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