From 2cbc296a3ff9c8814b09b40b978482430271228c Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 31 Jul 2018 02:30:46 -0700 Subject: [PATCH] Fixup the Git stuff in preparation for editing Makefile when doing "make dist". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a83ec7..c74de98 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ else GIT_BRANCH = none GIT_HASH = none GIT_HASH_SHORT = none - GIT_TAG = $(VERSION) + GIT_TAG = none endif BUILD_DATE_TIME = $(shell date +%Y%m%d.%k%M%S | sed s/\ //g) export CFLAGS -- 2.34.1