From d56dfa454816efe28617188efa7ef85f473c329e Mon Sep 17 00:00:00 2001 From: David Levine Date: Sat, 7 Jan 2012 09:19:59 -0600 Subject: [PATCH] Added removal of autom4te.cache directory to mostlyclean-local. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index d83cff3..6b7b1d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,6 +111,7 @@ superclean: superclean-recursive superclean-local mostlyclean-local: rm -f *~ + $(RM) -r autom4te.cache clean-local: mostlyclean-local -- 1.7.10.4