From 750e5220c8e53347a635600171fd443ff3a64583 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Tue, 27 Mar 2012 00:03:50 +0200 Subject: [PATCH] Added removal of autom4te.cache directory to mostlyclean-local. Merged from nmh. Thanks to David Levine. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4