]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
oops, don't call --version that often
authorRudolf Polzer <divverent@xonotic.org>
Sun, 23 Jun 2013 16:42:34 +0000 (18:42 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 23 Jun 2013 16:42:34 +0000 (18:42 +0200)
qcsrc/Makefile

index b8fb0a148b03ebe96dfab325e449e979d191656f..df1e9a3883226e55c877350d1e732086ad768f9b 100644 (file)
@@ -3,7 +3,7 @@ PERL ?= perl
 QCCFLAGS_WATERMARK ?= -DWATERMARK='"$(shell git describe)"' -DCVAR_POPCON=1
 QCC ?= gmqcc
 
-QCCVERSIONFILE = qccversion.$(shell $(QCC) --version > qccversion.txt && git hash-object qccversion.txt)
+QCCVERSIONFILE := qccversion.$(shell $(QCC) --version > qccversion.txt && git hash-object qccversion.txt)
 
 QCCFLAGS ?= \
        -std=fteqcc \