mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
fix build with newer git installations
This commit is contained in:
parent
8536a42dd5
commit
a1f9885664
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -201,7 +201,7 @@ ifeq ($(wildcard .svn),.svn)
|
|||
endif
|
||||
else
|
||||
ifeq ($(wildcard .git/svn/.metadata),.git/svn/.metadata)
|
||||
SVN_REV=$(shell LANG=C git-svn info | awk '$$1 == "Revision:" {print $$2; exit 0}')
|
||||
SVN_REV=$(shell LANG=C git svn info | awk '$$1 == "Revision:" {print $$2; exit 0}')
|
||||
ifneq ($(SVN_REV),)
|
||||
VERSION:=$(VERSION)_SVN$(SVN_REV)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue