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: https://diplodocus.org/git/nmh/commitdiff_plain/d56dfa454816efe28617188efa7ef85f473c329e?hp=597b45b7764ccf1fc6a8cafaa4423d47e70995f5 Added removal of autom4te.cache directory to mostlyclean-local. --- diff --git a/Makefile.in b/Makefile.in index d83cff3a..6b7b1d66 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