From 1d10217df230448f15cd0e83787d2f5d6a842db4 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Sun, 21 Jan 2018 13:01:50 -0500 Subject: [PATCH] tendermint build fix --- build/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Makefile b/build/Makefile index 3611918a..fd8bc94d 100644 --- a/build/Makefile +++ b/build/Makefile @@ -65,6 +65,7 @@ build-tendermint: git-branch gopath-setup go get -d -u github.com/tendermint/tendermint/cmd/tendermint cd $(GOPATH)/src/github.com/tendermint/tendermint && git checkout "$(GIT_BRANCH)" && git pull export PATH=$(GOPATH)/bin:$(PATH) && $(MAKE) -C $(GOPATH)/src/github.com/tendermint/tendermint get_tools get_vendor_deps build + cp $(GOPATH)/src/github.com/tendermint/tendermint/build/tendermint $(GOPATH)/bin @echo "*** Built tendermint" build-ethermint: git-branch gopath-setup