Added removal of autom4te.cache directory to mostlyclean-local.
authormarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 22:03:50 +0000 (00:03 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 22:03:50 +0000 (00:03 +0200)
Merged from nmh. Thanks to David Levine.

Makefile.in

index a93ba70..79746ab 100644 (file)
@@ -102,6 +102,7 @@ superclean:  superclean-recursive  superclean-local
 
 mostlyclean-local:
        rm -f *~
 
 mostlyclean-local:
        rm -f *~
+       rm -rf autom4te.cache
 
 clean-local: mostlyclean-local
 
 
 clean-local: mostlyclean-local