Add $(AM_V_GEN) to silence lint rules too

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
Alan Coopersmith 2010-01-05 17:47:44 -08:00
parent db7c6fdeea
commit 02543bba81

View file

@ -417,7 +417,7 @@ lintlib_src = $(libX11_la_SOURCES) xcms/*.c xkb/*.c
CLEANFILES += $(lintlib_DATA)
$(LINTLIB): $(libX11_la_SOURCES)
$(LINT) -y -oX11 -x $(ALL_LINT_FLAGS) $(lintlib_src)
$(AM_V_GEN)$(LINT) -y -oX11 -x $(ALL_LINT_FLAGS) $(lintlib_src)
endif MAKE_LINT_LIB
#