]> git.marmaro.de Git - mmh/commitdiff
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 d83cff3a0c4cfb46051aa96879c165a5944b85f6..6b7b1d661df405ae7fdf4b1edb60e65bd61b3828 100644 (file)
@@ -111,6 +111,7 @@ superclean:  superclean-recursive  superclean-local
 
 mostlyclean-local:
        rm -f *~
+       $(RM) -r autom4te.cache
 
 clean-local: mostlyclean-local