God damn spaces.

This commit is contained in:
Zachary Slater 2006-04-19 23:01:48 +00:00
parent 2cbd5a1493
commit 7aed801011

View file

@ -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 .)