From: David Griffith Date: Tue, 31 Jul 2018 09:30:46 +0000 (-0700) Subject: Fixup the Git stuff in preparation for editing Makefile when doing "make dist". X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=2cbc296a3ff9c8814b09b40b978482430271228c;p=liskon_frotz.git Fixup the Git stuff in preparation for editing Makefile when doing "make dist". --- 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