e8ba8c5ca5476ba96df248eec05805d861a5fc39
[openwrt/openwrt.git] / tools / automake / patches / 200-do-not-override-silent-rules.patch
1 diff -ruN automake-1.15/m4/silent.m4 automake-1.15.mod/m4/silent.m4
2 --- automake-1.15/m4/silent.m4 2014-12-30 22:53:05.000000000 +0100
3 +++ automake-1.15.mod/m4/silent.m4 2015-03-11 12:00:26.280586399 +0100
4 @@ -41,7 +41,8 @@
5 else
6 am_cv_make_support_nested_variables=no
7 fi])
8 -if test $am_cv_make_support_nested_variables = yes; then
9 +#if test $am_cv_make_support_nested_variables = yes; then
10 +if false; then
11 dnl Using '$V' instead of '$(V)' breaks IRIX make.
12 AM_V='$(V)'
13 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'