diff options
author | Anthony Ramine <[email protected]> | 2013-11-21 18:31:59 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2013-12-02 15:31:54 +0100 |
commit | fb66fdcf7a03c2bc1c64ce35dc261865d12992ab (patch) | |
tree | b5832e25db90cc3827851c588849d551241e1e58 /make/output.mk.in | |
parent | 8d48725f062b16d94fc3371d2940d451b94a141d (diff) | |
download | otp-fb66fdcf7a03c2bc1c64ce35dc261865d12992ab.tar.gz otp-fb66fdcf7a03c2bc1c64ce35dc261865d12992ab.tar.bz2 otp-fb66fdcf7a03c2bc1c64ce35dc261865d12992ab.zip |
wx: Fix silent make rules
Diffstat (limited to 'make/output.mk.in')
-rw-r--r-- | make/output.mk.in | 1 |
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 "$@; |