From ed472ea627a958bc8dfb375ca03329624f1aed9c Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 22 Nov 2010 16:42:33 +0100 Subject: [PATCH] main/Makefile.am: don't pass --dirty to Git to support older versions --- main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/Makefile.am b/main/Makefile.am index 0ad1ae9..0ed4d71 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -62,7 +62,7 @@ ENIGMA2_BRANCH = `cat $(GIT_DIR)/branch` else ENIGMA2_DATE = `$(GIT) log --no-color -n 1 --pretty=format:%cd --date=short` ENIGMA2_BRANCH = `$(GIT) branch --no-color 2>/dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'` -ENIGMA2_REV = `$(GIT) describe --abbrev=7 --always --dirty --long --tags` +ENIGMA2_REV = `$(GIT) describe --abbrev=7 --always --long --tags` endif BUILT_SOURCES = version-intermediate.h -- 2.7.4