]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix undefined PROGNAME in *_includes.txt
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 21 Aug 2016 06:11:55 +0000 (16:11 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 21 Aug 2016 06:11:55 +0000 (16:11 +1000)
qcsrc/tools/qcc.sh

index 603bb91281849ed118170c58c493576d5ca9e156..9951ec2fd7837645d812c9bc56e449dde0a05cdb 100755 (executable)
@@ -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}