From 19f29ffd4d830c891dbbc0c6ee03205e1bffb8d5 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Tue, 10 Jun 2008 16:56:40 +0000 Subject: corrected local-clean target git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666205 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c172be79..10f757a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,8 +46,8 @@ local-clean: maintainer-clean rm -f config.h.in* rm -f configure rm -f configure~ - rm -f couchdb-$(version).tar.gz - rm -f couchdb-$(version).zip + rm -f *.tar.gz + rm -f *.zip rm -fr m4 find . -name Makefile.in | xargs rm -- cgit v1.2.3