r1491 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Jan 13 02:57:01 EST 2009
Author: ludwig
Date: 2009-01-13 02:57:01 -0500 (Tue, 13 Jan 2009)
New Revision: 1491
Modified:
trunk/Makefile
Log:
fix build with newer git installations
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-01-11 18:42:50 UTC (rev 1490)
+++ trunk/Makefile 2009-01-13 07:57:01 UTC (rev 1491)
@@ -201,7 +201,7 @@
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
More information about the quake3-commits
mailing list