diff options
author | Christian Hesse <mail@eworm.de> | 2017-10-20 11:22:11 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-10-20 11:22:11 +0200 |
commit | e099f9fdf925b8c4522bba817807a2a9124c2b0a (patch) | |
tree | 18642e051fb99823345e5778f687761d98444333 /Makefile | |
parent | 177174fe9c4b10f37541376975921719c5ba271a (diff) | |
download | cqrlogo-e099f9fdf925b8c4522bba817807a2a9124c2b0a.tar.gz cqrlogo-e099f9fdf925b8c4522bba817807a2a9124c2b0a.tar.zst |
use annotated (and signed) tags only
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |