Browse Source

Use --always in git describe

[ci skip]
Loïc Hoguin 7 years ago
parent
commit
ca7fcc22e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -25,7 +25,7 @@ BUILD_CONFIG = $(shell sed "s/\#.*//" $(BUILD_CONFIG_FILE) \
 endif
 
 ERLANG_MK ?= erlang.mk
-ERLANG_MK_VERSION = $(shell git describe --tags --dirty)
+ERLANG_MK_VERSION = $(shell git describe --dirty --tags --always)
 
 .PHONY: all check