[stgt] [PATCH 4/5] Makefile: replace "git-show-ref" with "git show-ref".
Florian Haas
florian.haas at linbit.com
Wed Sep 9 12:28:03 CEST 2009
Recent git versions no longer install the "git-" commands.
---
usr/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/usr/Makefile b/usr/Makefile
index 8fe204f..805ee24 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -1,5 +1,5 @@
VERSION = 0.9.8
-EXTRAVERSION = $(if $(shell git-show-ref 2>/dev/null),-git-$(shell git-show-ref --head --abbrev|head -1|awk '{print $$1}'))
+EXTRAVERSION = $(if $(shell git show-ref 2>/dev/null),-git-$(shell git show-ref --head --abbrev|head -1|awk '{print $$1}'))
mandir = /usr/share/man
docdir = /usr/share/doc/tgt-$(VERSION)
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the stgt
mailing list