Updated Branches: refs/heads/master c31daee43 -> 5be3eb3b5
Use absolutes path in distclean-local make target Noah's request. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5be3eb3b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5be3eb3b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5be3eb3b Branch: refs/heads/master Commit: 5be3eb3b579fc256c058986248195960216a06dd Parents: c31daee Author: Filipe David Borba Manana <[email protected]> Authored: Tue Dec 6 09:13:30 2011 +0000 Committer: Filipe David Borba Manana <[email protected]> Committed: Tue Dec 6 09:29:05 2011 +0000 ---------------------------------------------------------------------- Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5be3eb3b/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index 98c7be9..de9d4af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,8 +113,8 @@ distclean-local: rm -fr $(top_builddir)/etc/couchdb/default.d rm -fr $(top_builddir)/etc/couchdb/local.d rm -fr $(top_builddir)/tmp - rm -f couchdb.stdout - rm -f couchdb.stderr + rm -f $(top_builddir)/couchdb.stdout + rm -f $(top_builddir)/couchdb.stderr .PHONY: local-clean local-clean: maintainer-clean
