From 341be90eab6f54d1d41597c2fad4a0393d45d05d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 3 Jan 2011 01:18:07 +0000 Subject: [PATCH] fix maintainerclean rule to actually delete autom4te.cache SVN revision: 55800 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index df336721b..8f0c2ffbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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