r710 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 19 18:57:04 EDT 2006


Author: zakk
Date: 2006-04-19 18:57:04 -0400 (Wed, 19 Apr 2006)
New Revision: 710

Modified:
   trunk/Makefile
Log:
Minor makefile change (blame gentoo's vapier if it doesn't work right)


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-04-19 22:51:20 UTC (rev 709)
+++ trunk/Makefile	2006-04-19 22:57:04 UTC (rev 710)
@@ -132,7 +132,7 @@
 
 # extract version info
 VERSION=$(shell grep Q3_VERSION $(CMDIR)/q_shared.h | \
-  sed -e 's/.*Q3\ \(.*\)"/\1/')
+  sed -e 's/.*".* \([^ ]*\)"/\1/') 
 
 ifeq ($(wildcard .svn),.svn)
   SVN_VERSION=$(VERSION)_SVN$(shell LANG=C svnversion .)




More information about the quake3-commits mailing list