aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:24:06 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:24:06 +0200
commit5568b28db5a667c2c831238eacaf8b18e27abb90 (patch)
tree5abec273161c1da52a2105f4726e491161e77776
parent69f6bede294dd1970789919cfb16785225fbfa55 (diff)
downloadmkinitcpio-ykfde-5568b28db5a667c2c831238eacaf8b18e27abb90.tar.gz
mkinitcpio-ykfde-5568b28db5a667c2c831238eacaf8b18e27abb90.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 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