Added removal of autom4te.cache directory to mostlyclean-local.
authorDavid Levine <levinedl@acm.org>
Sat, 7 Jan 2012 15:19:59 +0000 (09:19 -0600)
committerDavid Levine <levinedl@acm.org>
Sat, 7 Jan 2012 15:19:59 +0000 (09:19 -0600)
Makefile.in

index d83cff3..6b7b1d6 100644 (file)
@@ -111,6 +111,7 @@ superclean:  superclean-recursive  superclean-local
 
 mostlyclean-local:
        rm -f *~
+       $(RM) -r autom4te.cache
 
 clean-local: mostlyclean-local