From b21897b70989f8a45b5a89329166d34a28a191c1 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 2 Oct 2018 20:46:31 +0200 Subject: [PATCH] Build time does not create new version --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f3b7ebd..babd894 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,7 @@ $(LIBRARY): $(SOURCES) go install $(PACKAGE) .version: - -@printf "%s\n%s\n%s" \ - "$(VERSION)" "$(REVISION)" "$(BUILDTIME)" >$@.new + -@printf "%s\n%s\n%s" "$(VERSION)" "$(REVISION)" >$@.new -@diff $@ $@.new >/dev/null 2>&1 && rm $@.new || mv $@.new $@ version.go: version.go.m4 .version