Makefile typo fix

This commit is contained in:
Greg Szabo 2017-10-05 15:28:07 -04:00
parent 4dfe77416a
commit 38f321f843
1 changed files with 1 additions and 3 deletions

View File

@ -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"