summarylogtreecommitdiffstats
path: root/fix-git-rev.patch
blob: f510297685b9f1466cfa888bee41b0fa56b25ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 3eccc85..3712f75 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ endif
 X16_OUTPUT=x16emu
 MAKECART_OUTPUT=makecart
 
-GIT_REV=$(shell git diff --quiet && /bin/echo -n $$(git rev-parse --short=8 HEAD || /bin/echo "00000000") || /bin/echo -n $$( /bin/echo -n $$(git rev-parse --short=7 HEAD || /bin/echo "0000000"); /bin/echo -n '+'))
+GIT_REV=0000000
 
 CFLAGS+=-D GIT_REV='"$(GIT_REV)"'