Minor makefile change (blame gentoo's vapier if it doesn't work right)

This commit is contained in:
Zachary Slater 2006-04-19 22:57:04 +00:00
parent 9ee853343e
commit 2cbd5a1493

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/.*Q3\ \(.*\)"/\1/')
sed -e 's/.*".* \([^ ]*\)"/\1/')
ifeq ($(wildcard .svn),.svn)
SVN_VERSION=$(VERSION)_SVN$(shell LANG=C svnversion .)