From 38f321f843098631a25b6bd4ae5ca6ea34346dde Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Thu, 5 Oct 2017 15:28:07 -0400 Subject: [PATCH] Makefile typo fix --- build/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/Makefile b/build/Makefile index 4db22bd5..ca44de52 100644 --- a/build/Makefile +++ b/build/Makefile @@ -77,10 +77,8 @@ build-ethermint: git-branch build-trackomatron: git-branch @echo "*** Building trackomatron" - go get -d -u go github.com/tendermint/trackomatron/cmd/tracko - echo "Debug1: $(GIT_BRANCH)" + go get -d -u github.com/tendermint/trackomatron/cmd/tracko cd $(GOPATH)/src/github.com/tendermint/trackomatron && git checkout "$(GIT_BRANCH)" && git pull - echo "Debug2: $(GO_PATH)" $(MAKE) -C $(GOPATH)/src/github.com/tendermint/trackomatron get_vendor_deps install @echo "Workaround: trackomatron package has tracko as the binary - trackomatron needed for proper packaging" && rm -rf $(GOPATH)/bin/trackomatron && ln -s $(GOPATH)/bin/tracko $(GOPATH)/bin/trackomatron @echo "*** Built trackomatron"