aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:22:11 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:22:11 +0200
commite099f9fdf925b8c4522bba817807a2a9124c2b0a (patch)
tree18642e051fb99823345e5778f687761d98444333
parent177174fe9c4b10f37541376975921719c5ba271a (diff)
downloadcqrlogo-e099f9fdf925b8c4522bba817807a2a9124c2b0a.tar.gz
cqrlogo-e099f9fdf925b8c4522bba817807a2a9124c2b0a.tar.zst
use annotated (and signed) tags only
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28add94..29c1b4b 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ cqrlogo.fcgi.static: lib/libcqrlogo.o cqrlogo.c cqrlogo.h config.h version.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" >> $@
config.h: config.def.h