aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-08-26 06:12:15 +0000
committertjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-08-26 06:12:15 +0000
commit48491a8f4c5132ca563d988552965a6dfc3cae4a (patch)
treea45b642176469df1e2b7b582586058163275feb4 /Makefile
parente59363906978ea9a51838537a35daf7b422c7bb5 (diff)
downloadioquake3-aero-48491a8f4c5132ca563d988552965a6dfc3cae4a.tar.gz
ioquake3-aero-48491a8f4c5132ca563d988552965a6dfc3cae4a.zip
* moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated server
builds when svn version cannot be detected git-svn-id: svn://svn.icculus.org/quake3/trunk@872 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 a8944b5..6596dbe 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ SDLHDIR=$(MOUNT_DIR)/SDL12
LIBSDIR=$(MOUNT_DIR)/libs
# extract version info
-VERSION=$(shell grep Q3_VERSION $(CMDIR)/q_shared.h | \
+VERSION=$(shell grep "\#define Q3_VERSION" $(CMDIR)/q_shared.h | \
sed -e 's/.*".* \([^ ]*\)"/\1/')
USE_SVN=