diff options
author | Tim Angus <tim@ngus.net> | 2013-01-05 15:05:30 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 21:33:14 +0000 |
commit | 5d002cdfe9bc1e3c5acea44da97b679767003456 (patch) | |
tree | c86e0fa0f079f98c71ecbb6d26994762d440ba5f /Makefile | |
parent | 23fb1f79d29273af3709be65346add10e83ac488 (diff) |
Fix whitespace
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |