mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
Minor makefile change (blame gentoo's vapier if it doesn't work right)
This commit is contained in:
parent
9ee853343e
commit
2cbd5a1493
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/.*Q3\ \(.*\)"/\1/')
|
||||
sed -e 's/.*".* \([^ ]*\)"/\1/')
|
||||
|
||||
ifeq ($(wildcard .svn),.svn)
|
||||
SVN_VERSION=$(VERSION)_SVN$(shell LANG=C svnversion .)
|
||||
|
|
Loading…
Reference in a new issue