main/Makefile.am: don't pass --dirty to Git to support older versions
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 22 Nov 2010 15:42:33 +0000 (16:42 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Mon, 22 Nov 2010 15:42:33 +0000 (16:42 +0100)
main/Makefile.am

index 0ad1ae9b284fa14f7646909bdefc64c336524f07..0ed4d7176f7f43d3d20306209dbeaf00f1a87dfe 100644 (file)
@@ -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