summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-08-18 23:26:56 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-08-18 23:26:56 +0000
commita6ef08d1670d15e3a91befdc3411a64e5a27c0fd (patch)
treee34fca2c29a72902e25125d3c1ba652c619a3e87
parent86bb26326e0bcc09e058d56d67dd124c5e3ecee5 (diff)
Addresses Noah's remarks on COUCHDB-471 by using $(top_builddir) instead of
$(top_srcdir) git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805626 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index d26b4447..076adbbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,11 +49,11 @@ cover: dev
dev: all
@echo "This command is intended for developers to use;"
@echo "it creates development ini files as well as a"
- @echo "./tmp structure for development runtime files."
+ @echo "$(top_builddir)/tmp structure for development runtime files."
@echo "Use ./utils/run to launch CouchDB from the source tree."
- mkdir -p ./tmp/lib
- mkdir -p ./tmp/log
- mkdir -p ./tmp/run
+ mkdir -p $(top_builddir)/tmp/lib
+ mkdir -p $(top_builddir)/tmp/log
+ mkdir -p $(top_builddir)/tmp/run
.PHONY: local-clean
local-clean: maintainer-clean