From 854603db283008757cf09c1e8904a9a8b70afa63 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 2 Oct 2018 20:45:13 +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 fd90469..9b1bfc2 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,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