aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-01-13 07:57:01 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-01-13 07:57:01 +0000
commit6dcadaa7f72c131af2c5469b751b0f023958e25a (patch)
tree218fb4e3fe41dde0f7bf8f0163988476c9adc60c /Makefile
parent8fd6fcd26baffd1ed4a8105d0da725161eb59656 (diff)
downloadioquake3-aero-6dcadaa7f72c131af2c5469b751b0f023958e25a.tar.gz
ioquake3-aero-6dcadaa7f72c131af2c5469b751b0f023958e25a.zip
fix build with newer git installations
git-svn-id: svn://svn.icculus.org/quake3/trunk@1491 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 725b2e6..d698761 100644
--- a/Makefile
+++ b/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