fix maintainerclean rule to actually delete autom4te.cache
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 3 Jan 2011 01:18:07 +0000 (01:18 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 3 Jan 2011 01:18:07 +0000 (01:18 +0000)
SVN revision: 55800

Makefile.am

index df33672..8f0c2ff 100644 (file)
@@ -10,7 +10,6 @@ MAINTAINERCLEANFILES = \
 ABOUT-NLS* \
 Makefile.in \
 aclocal.m4 \
-autom4te.cache \
 compile \
 config.guess \
 config.h.in \
@@ -82,3 +81,6 @@ pkgconfig_DATA = enlightenment.pc
 doc:
        @echo "entering doc/"
        make -C doc doc
+
+maintainer-clean-local:
+       rm -rf autom4te.cache