mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +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
|
||||
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 .)
|
||||
|
|
Loading…
Reference in a new issue