aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-19 23:01:48 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-19 23:01:48 +0000
commit371dda2cd763073e7ba7ffdc71f085813bc971e9 (patch)
tree2ba47718f7912c257b268d47ee57ab98882f0fd1 /Makefile
parent9a6bc1d0e948643ab93f54a22a68eca94dc85d79 (diff)
downloadioquake3-aero-371dda2cd763073e7ba7ffdc71f085813bc971e9.tar.gz
ioquake3-aero-371dda2cd763073e7ba7ffdc71f085813bc971e9.zip
God damn spaces.
git-svn-id: svn://svn.icculus.org/quake3/trunk@711 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 aceab28..8fa30aa 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/.*".* \([^ ]*\)"/\1/')
+ sed -e 's/.*".* \([^ ]*\)"/\1/')
ifeq ($(wildcard .svn),.svn)
SVN_VERSION=$(VERSION)_SVN$(shell LANG=C svnversion .)