From: markus schnalke Date: Mon, 26 Mar 2012 22:03:50 +0000 (+0200) Subject: Added removal of autom4te.cache directory to mostlyclean-local. X-Git-Tag: mmh-thesis-end~174 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=750e5220c8e53347a635600171fd443ff3a64583 Added removal of autom4te.cache directory to mostlyclean-local. Merged from nmh. Thanks to David Levine. --- diff --git a/Makefile.in b/Makefile.in index a93ba70..79746ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -102,6 +102,7 @@ superclean: superclean-recursive superclean-local mostlyclean-local: rm -f *~ + rm -rf autom4te.cache clean-local: mostlyclean-local