summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 844fbb8b..a0ed05b0 100644
--- a/Makefile
+++ b/Makefile
@@ -261,7 +261,7 @@ endif
# Add svn version info
USE_GIT=
ifeq ($(wildcard .git),.git)
- GIT_REV=$(shell git show -s --pretty=format:%h-%ad --date=short)
+ GIT_REV=$(shell git show -s --pretty=format:%h-%ad --date=short)
ifneq ($(GIT_REV),)
VERSION:=$(VERSION)_GIT_$(GIT_REV)
USE_GIT=1