From: TimePath Date: Sun, 21 Aug 2016 06:11:55 +0000 (+1000) Subject: Fix undefined PROGNAME in *_includes.txt X-Git-Tag: xonotic-v0.8.2~688^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6f4c20e0abf195f5154840c5fc26d64e823df843;p=xonotic%2Fxonotic-data.pk3dir.git Fix undefined PROGNAME in *_includes.txt --- diff --git a/qcsrc/tools/qcc.sh b/qcsrc/tools/qcc.sh index 603bb9128..9951ec2fd 100755 --- a/qcsrc/tools/qcc.sh +++ b/qcsrc/tools/qcc.sh @@ -23,7 +23,7 @@ function qpp() { >&2 echo + ${CPP} ${@:3} ${DEFS} ${IN} set +e # additional information - ${CPP} ${@:3} \ + ${CPP} ${@:3} ${DEFS} \ -dM 1>${WORKDIR}/${MODE}_macros.txt \ -H 2>${WORKDIR}/${MODE}_includes.txt \ ${IN}