From 29fe863ea50740a191e8ccd9ddabcf4ea5199ac6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 19 Oct 2017 15:21:11 +0200 Subject: use annotated (and signed) tags only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 813a588..88ebba3 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ config.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" >> $@ avahi/pacdbserve.service: avahi/pacdbserve.service.in -- cgit v1.2.3-54-g00ecf