diff --git a/Makefile b/Makefile index 79487cd..d37f620 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: @exit 1 else # Calculate version -DATE=$(shell git show --format="%cd" --date="format:%Y-%m-%d" --no-patch) +DATE=$(shell git show --format="%cd" --date="format:%Y-%m-%d" --no-patch --no-show-signature) REV=$(shell git describe --abbrev=7 --always --dirty) VERSION?=$(DATE)_$(REV)