projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
604fe50
)
Fix qcc version check to work with the same relative paths as the other
author
Rudolf Polzer <divverent@xonotic.org>
Sat, 15 Nov 2014 09:05:04 +0000
(10:05 +0100)
committer
Rudolf Polzer <divverent@xonotic.org>
Sat, 15 Nov 2014 09:05:56 +0000
(10:05 +0100)
qcc calls.
qcsrc/Makefile
patch
|
blob
|
history
diff --git
a/qcsrc/Makefile
b/qcsrc/Makefile
index
e271ad9
..
edac738
100644
(file)
--- a/
qcsrc/Makefile
+++ b/
qcsrc/Makefile
@@
-3,7
+3,7
@@
PERL ?= perl
QCCFLAGS_WATERMARK ?= -DWATERMARK='"$(shell git describe)"'
QCC ?= gmqcc
-QCCVERSIONFILE := qccversion.$(shell
$(QCC) --version
> qccversion.txt && git hash-object qccversion.txt)
+QCCVERSIONFILE := qccversion.$(shell
(cd server && $(QCC) --version)
> qccversion.txt && git hash-object qccversion.txt)
# We eventually need to get rid of these.
QCCFLAGS_WTFS ?= \