From f9fb6a71295773b28bb374b2c929832385430ccd Mon Sep 17 00:00:00 2001 From: discomfitor Date: Fri, 17 Dec 2010 18:21:08 +0000 Subject: [PATCH] stop trying to rm a dir and rm -rf the dir git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@55614 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 498a6ef..a88298a 100644 --- a/Makefile.am +++ b/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 -- 2.7.4