aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-19 22:57:04 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-19 22:57:04 +0000
commit9a6bc1d0e948643ab93f54a22a68eca94dc85d79 (patch)
treea6ad0f35ca15975cd504f4d41aae075a9b32fe43 /Makefile
parent3ebbed7b5a3ea35c153f1f42d42d3478deac0e83 (diff)
downloadioquake3-aero-9a6bc1d0e948643ab93f54a22a68eca94dc85d79.tar.gz
ioquake3-aero-9a6bc1d0e948643ab93f54a22a68eca94dc85d79.zip
Minor makefile change (blame gentoo's vapier if it doesn't work right)
git-svn-id: svn://svn.icculus.org/quake3/trunk@710 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 88a7969..aceab28 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ LIBSDIR=$(MOUNT_DIR)/libs
# 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 .)