summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-06-10 16:56:40 +0000
committerNoah Slater <nslater@apache.org>2008-06-10 16:56:40 +0000
commit19f29ffd4d830c891dbbc0c6ee03205e1bffb8d5 (patch)
treed35a8bbb1cfc31965bc769935e4b15bc4678478d /Makefile.am
parenta71e20ddd00cdffdd2a7199bb2e22063fcc68dbb (diff)
corrected local-clean target
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files 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