From 6dcadaa7f72c131af2c5469b751b0f023958e25a Mon Sep 17 00:00:00 2001 From: ludwig Date: Tue, 13 Jan 2009 07:57:01 +0000 Subject: fix build with newer git installations git-svn-id: svn://svn.icculus.org/quake3/trunk@1491 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3