mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 03:58:03 +02:00
Add $(AM_V_GEN) to silence lint rules too
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
db7c6fdeea
commit
02543bba81
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue