aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2013-12-02 15:48:21 +0100
committerHenrik Nord <[email protected]>2013-12-02 15:48:27 +0100
commita83bcc329f385956c30578ee72d426fc517605f0 (patch)
tree4d78deb93327f02329fd6b5fc1bff7f43f9cddb7
parent8d48725f062b16d94fc3371d2940d451b94a141d (diff)
parent339d0479a1cca27bed61899fc2c4807d305dc7dc (diff)
downloadotp-a83bcc329f385956c30578ee72d426fc517605f0.tar.gz
otp-a83bcc329f385956c30578ee72d426fc517605f0.tar.bz2
otp-a83bcc329f385956c30578ee72d426fc517605f0.zip
Merge branch 'nox/eunit-make-fix' into maint
* nox/eunit-make-fix: eunit: Fix silent make rule OTP-11516
-rw-r--r--lib/eunit/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eunit/src/Makefile b/lib/eunit/src/Makefile
index e88e28df83..e6dab67363 100644
--- a/lib/eunit/src/Makefile
+++ b/lib/eunit/src/Makefile
@@ -95,7 +95,7 @@ info:
realclean: clean
$(EBIN)/%.$(EMULATOR):%.erl
- erlc -W $(ERL_COMPILE_FLAGS) -o$(EBIN) $<
+ $(erlc_verbose)erlc -W $(ERL_COMPILE_FLAGS) -o$(EBIN) $<
$(OBJECTS): $(PARSE_TRANSFORM_BIN)