aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:22:35 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:22:35 +0200
commit6ae90465eac05d5e498745e9249243cd5311ea5b (patch)
treee8cd4b4a7b93685423783e752f304115306753c7
parent825d388b8f5d275153969bed478d9d33be98a22c (diff)
downloadudev-block-notify-6ae90465eac05d5e498745e9249243cd5311ea5b.tar.gz
udev-block-notify-6ae90465eac05d5e498745e9249243cd5311ea5b.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 3df1881..53491e9 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,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" >> $@
README.html: README.md