From 6f4c20e0abf195f5154840c5fc26d64e823df843 Mon Sep 17 00:00:00 2001 From: TimePath Date: Sun, 21 Aug 2016 16:11:55 +1000 Subject: [PATCH] Fix undefined PROGNAME in *_includes.txt --- qcsrc/tools/qcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/tools/qcc.sh b/qcsrc/tools/qcc.sh index 603bb91281..9951ec2fd7 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} -- 2.39.2