mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix whitespace
This commit is contained in:
parent
f6c98fd29f
commit
20ef1b0115
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue