[Kimchi-devel] [PATCH 35/38] Use --always flag to make it work for all cases
Lucio Correia
luciojhc at linux.vnet.ibm.com
Thu May 21 21:33:48 UTC 2015
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 98b7dc1..715bce5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -114,7 +114,7 @@ ChangeLog:
VERSION:
@if test -d .git; then \
- git describe --abbrev=0 > $@; \
+ git describe --always --abbrev=0 > $@; \
fi
.PHONY: deb install-deb rpm fedora-rpm suse-rpm ChangeLog VERSION
--
1.7.1
More information about the Kimchi-devel
mailing list