From a6ef08d1670d15e3a91befdc3411a64e5a27c0fd Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Tue, 18 Aug 2009 23:26:56 +0000 Subject: 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 --- Makefile.am | 8 ++++---- 1 file 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 -- cgit v1.2.3