aboutsummaryrefslogtreecommitdiffstats
path: root/make/output.mk.in
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2013-12-02 15:48:59 +0100
committerHenrik Nord <[email protected]>2013-12-02 15:49:01 +0100
commit2fdfc676ce19ec426cf22016f8655d11ae1ef434 (patch)
treeb194ead398e20f0a381b95a19b9ef63db8d7aa37 /make/output.mk.in
parenta83bcc329f385956c30578ee72d426fc517605f0 (diff)
parentfb66fdcf7a03c2bc1c64ce35dc261865d12992ab (diff)
downloadotp-2fdfc676ce19ec426cf22016f8655d11ae1ef434.tar.gz
otp-2fdfc676ce19ec426cf22016f8655d11ae1ef434.tar.bz2
otp-2fdfc676ce19ec426cf22016f8655d11ae1ef434.zip
Merge branch 'nox/wx-make-fixes' into maint
* nox/wx-make-fixes: wx: Fix silent make rules OTP-11515
Diffstat (limited to 'make/output.mk.in')
-rw-r--r--make/output.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/output.mk.in b/make/output.mk.in
index 938f878ebe..51d9401280 100644
--- a/make/output.mk.in
+++ b/make/output.mk.in
@@ -67,6 +67,7 @@ V_CC = $(cc_verbose)$(CC)
cpp_verbose_0 = @echo " CPP "$@;
cpp_verbose = $(cpp_verbose_$(V))
+V_CPP = $(cpp_verbose)$(CPP)
# For the diameter compiler.
dia_verbose_0 = @echo " DIA "$@;