fix maintainerclean rule to actually delete autom4te.cache

SVN revision: 55800
This commit is contained in:
Mike Blumenkrantz 2011-01-03 01:18:07 +00:00
parent b6dd7d07c0
commit 341be90eab
1 changed files with 3 additions and 1 deletions

View 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