Fixup the Git stuff in preparation for editing Makefile when doing "make dist".
authorDavid Griffith <dave@661.org>
Tue, 31 Jul 2018 09:30:46 +0000 (02:30 -0700)
committerDavid Griffith <dave@661.org>
Wed, 1 Aug 2018 04:33:47 +0000 (21:33 -0700)
Makefile

index 9a83ec70cdb919a16ddd6d1521341db62b21e8d7..c74de98b647cccc74b511c2aab3864c569b7a89a 100644 (file)
--- 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