From 56338463dd244c9f4fa2ebb725fd726bab423cb2 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Mon, 3 Jan 2011 08:30:58 +0000 Subject: [PATCH] autom4te.cache is deleted at distbuild time, so at maintainerclean time to as the latter calls the former SVN revision: 55824 --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8f0c2ffbb..26cfe568f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,6 @@ depcomp \ install-sh \ ltmain.sh \ missing \ -mkinstalldirs \ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \ @@ -81,6 +80,3 @@ pkgconfig_DATA = enlightenment.pc doc: @echo "entering doc/" make -C doc doc - -maintainer-clean-local: - rm -rf autom4te.cache