summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-01-05 15:05:30 +0000
committerTim Angus <tim@ngus.net>2013-01-12 21:33:14 +0000
commit5d002cdfe9bc1e3c5acea44da97b679767003456 (patch)
treec86e0fa0f079f98c71ecbb6d26994762d440ba5f /Makefile
parent23fb1f79d29273af3709be65346add10e83ac488 (diff)
Fix whitespace
Diffstat (limited to 'Makefile')
-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