From: Andreas Oberritter Date: Mon, 22 Nov 2010 15:42:33 +0000 (+0100) Subject: main/Makefile.am: don't pass --dirty to Git to support older versions X-Git-Tag: master-2010.12~7^2 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ed472ea627a958bc8dfb375ca03329624f1aed9c main/Makefile.am: don't pass --dirty to Git to support older versions --- diff --git a/main/Makefile.am b/main/Makefile.am index 0ad1ae9b..0ed4d717 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