build: remove --broken in new git commit extraction

This commit is contained in:
Olaoluwa Osuntokun 2018-10-08 15:00:07 +09:00
parent 3fda1029c0
commit 61e8677419
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -22,7 +22,7 @@ HAVE_LINTER := $(shell command -v $(LINT_BIN) 2> /dev/null)
BTCD_DIR :=${GOPATH}/src/$(BTCD_PKG)
COMMIT := $(shell git describe --abbrev=40 --dirty --broken)
COMMIT := $(shell git describe --abbrev=40 --dirty)
LDFLAGS := -ldflags "-X $(PKG)/build.Commit=$(COMMIT)"
GLIDE_COMMIT := 84607742b10f492430762d038e954236bbaf23f7