Fix whitespace
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user