Fix whitespace

This commit is contained in:
Tim Angus 2013-01-05 15:05:30 +00:00
parent f6c98fd29f
commit 20ef1b0115
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,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