From 4d7749911debd35f8943ae55ba4f1e6367be316c Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Mon, 22 Feb 2016 12:23:10 +0100 Subject: fix tarball build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 745572aeb..cefc5daff 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ help: .PHONY: couch # target: couch - Build CouchDB core couch: config.erl - @$(REBAR) compile + @COUCHDB_VERSION=$(COUCHDB_VERSION) $(REBAR) compile @cp src/couch/priv/couchjs bin/ -- cgit v1.2.1