From: David Levine Date: Sat, 7 Jan 2012 15:19:59 +0000 (-0600) Subject: Added removal of autom4te.cache directory to mostlyclean-local. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=d56dfa454816efe28617188efa7ef85f473c329e;p=mmh Added removal of autom4te.cache directory to mostlyclean-local. --- 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