From 5568b28db5a667c2c831238eacaf8b18e27abb90 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 20 Oct 2017 11:24:06 +0200 Subject: use annotated (and signed) tags only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3e9966..04d8232 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ config.h: config.def.h version.h: $(wildcard .git/HEAD .git/index .git/refs/tags/*) Makefile echo "#ifndef VERSION" > $@ - echo "#define VERSION \"$(shell git describe --tags --long 2>/dev/null || echo ${VERSION})\"" >> $@ + echo "#define VERSION \"$(shell git describe --long 2>/dev/null || echo ${VERSION})\"" >> $@ echo "#endif" >> $@ %.html: %.md -- cgit v1.2.3-54-g00ecf