From 9a4f67c7260f4caea9015fd8501e123173965680 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 17 Dec 2010 18:21:08 +0000 Subject: [PATCH] stop trying to rm a dir and rm -rf the dir SVN revision: 55614 --- legacy/ecore/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/Makefile.am b/legacy/ecore/Makefile.am index 498a6ef37f..a88298a971 100644 --- a/legacy/ecore/Makefile.am +++ b/legacy/ecore/Makefile.am @@ -14,7 +14,6 @@ MAINTAINERCLEANFILES = \ ABOUT-NLS \ Makefile.in \ aclocal.m4 \ -autom4te.cache \ config.guess \ config.h.in \ config.h.in~ \ @@ -195,3 +194,6 @@ check-local: @echo "reconfigure with --enable-tests" endif + +maintainer-clean-local: + rm -rf autom4te.cache