diff options
author | Noah Slater <nslater@apache.org> | 2010-08-11 18:12:40 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2010-08-11 18:12:40 +0000 |
commit | 596206b2faf6443887204113913952b6beab9f17 (patch) | |
tree | ce11224218dca71c12408960a8a0ffcbaeea84d2 | |
parent | 741fba49248f8620ae5769d00c96ede020eb8adf (diff) |
properly clean up source directories after dev target
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@984501 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8d783249..8e16baf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,6 +109,8 @@ install-data-hook: @echo "You have installed Apache CouchDB, time to relax." distclean-local: + rm -fr $(top_builddir)/etc/couchdb/default.d + rm -fr $(top_builddir)/etc/couchdb/local.d rm -fr $(top_builddir)/tmp .PHONY: local-clean |