From 7e8a85caadc0c5e4a8ccccf7bf1fa1f4220c9fae Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 3 Oct 2013 13:27:04 +0900 Subject: [PATCH] Fix VERSION: add opton --always to git describe --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index ee28b696..3403fd7a 100644 --- a/common.mk +++ b/common.mk @@ -74,7 +74,7 @@ ifdef KEYMAP_SECTION_ENABLE endif # Version string -OPT_DEFS += -DVERSION=$(shell (git describe --dirty || echo 'unknown') 2> /dev/null) +OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null) # Search Path -- 2.39.3