From: TimePath Date: Wed, 26 Aug 2015 22:33:17 +0000 (+1000) Subject: Test X-Git-Tag: xonotic-v0.8.2~1916^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f870294d0a3cd9b50943f928e3b5fe68ebdabe86;p=xonotic%2Fxonotic-data.pk3dir.git Test --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index f53707e82..4f849f960 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -2,7 +2,7 @@ SCM := $(shell if [ -d .svn ]; then echo svn; elif [ -d ../.git ]; then echo git PERL ?= perl QCCFLAGS_WATERMARK ?= -DWATERMARK='"$(shell git describe)"' QCC ?= gmqcc - + QCCVERSIONFILE := qccversion.$(shell (cd server && $(QCC) --version) > qccversion.txt && git hash-object qccversion.txt) # We eventually need to get rid of these.