From: TimePath Date: Thu, 17 Mar 2016 01:46:08 +0000 (+1100) Subject: Makefile: escape dirty asterisk X-Git-Tag: xonotic-v0.8.2~1068 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=160b133f09831003cfe28a30b43017164120d5b7;p=xonotic%2Fxonotic-data.pk3dir.git Makefile: escape dirty asterisk --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index 1290a32d9..9b492efb4 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -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