From: TimePath Date: Thu, 31 Dec 2015 13:49:07 +0000 (+1100) Subject: Makefile: fix bad CPP X-Git-Tag: xonotic-v0.8.2~1346 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8e40c2563f2595f41fc83abeb97b219173fb2c94;p=xonotic%2Fxonotic-data.pk3dir.git Makefile: fix bad CPP --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index 20d935e61..5198283b2 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -1,6 +1,7 @@ SCM := $(shell if [ -d .svn ]; then echo svn; elif [ -d ../.git ]; then echo git; fi) PERL ?= perl QCCFLAGS_WATERMARK ?= $(shell git describe) +CPP := cc -xc -E QCC ?= gmqcc NDEBUG ?= 1 BUILD_MOD ?= 0