mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-19 07:30:53 +00:00
God damn spaces.
This commit is contained in:
parent
2cbd5a1493
commit
7aed801011
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -132,7 +132,7 @@ LIBSDIR=$(MOUNT_DIR)/libs
|
||||||
|
|
||||||
# extract version info
|
# extract version info
|
||||||
VERSION=$(shell grep Q3_VERSION $(CMDIR)/q_shared.h | \
|
VERSION=$(shell grep Q3_VERSION $(CMDIR)/q_shared.h | \
|
||||||
sed -e 's/.*".* \([^ ]*\)"/\1/')
|
sed -e 's/.*".* \([^ ]*\)"/\1/')
|
||||||
|
|
||||||
ifeq ($(wildcard .svn),.svn)
|
ifeq ($(wildcard .svn),.svn)
|
||||||
SVN_VERSION=$(VERSION)_SVN$(shell LANG=C svnversion .)
|
SVN_VERSION=$(VERSION)_SVN$(shell LANG=C svnversion .)
|
||||||
|
|
Loading…
Reference in a new issue