]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Makefile: escape dirty asterisk
authorTimePath <andrew.hardaker1995@gmail.com>
Thu, 17 Mar 2016 01:46:08 +0000 (12:46 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Thu, 17 Mar 2016 01:46:08 +0000 (12:46 +1100)
qcsrc/Makefile

index 1290a32d9e6a3a6dab7f8e63202eb6b002eb218b..9b492efb41aec377fe2c8411a7f30ddfd462049e 100644 (file)
@@ -5,7 +5,7 @@ PROGS_OUT ?= $(CURDIR)/..
 WORKDIR ?= ../.tmp
 
 QCCFLAGS_WATERMARK ?= $(shell git describe --tags --dirty='*')
-VER = $(QCCFLAGS_WATERMARK)
+VER = $(subst *,\*,$(QCCFLAGS_WATERMARK))
 NDEBUG ?= 1
 BUILD_MOD ?= 0