summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-12-01 17:46:56 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-12-01 17:46:56 -0500
commit9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4 (patch)
tree5dfac136802271b421254c62d75dfa661a093bc7
parentb313b0298328e3837c1fb75768f9e122385d05b8 (diff)
downloadweston-9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4.tar.gz
Silence scanner makefile rule by default
-rw-r--r--wayland/scanner.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/wayland/scanner.mk b/wayland/scanner.mk
index 0f03af11..efdb42b3 100644
--- a/wayland/scanner.mk
+++ b/wayland/scanner.mk
@@ -1,8 +1,8 @@
%-protocol.c : $(top_srcdir)/protocol/%.xml
- $(top_builddir)/wayland/scanner code < $< > $@
+ $(AM_V_GEN)$(top_builddir)/wayland/scanner code < $< > $@
%-server-protocol.h : $(top_srcdir)/protocol/%.xml
- $(top_builddir)/wayland/scanner server-header < $< > $@
+ $(AM_V_GEN)$(top_builddir)/wayland/scanner server-header < $< > $@
%-client-protocol.h : $(top_srcdir)/protocol/%.xml
- $(top_builddir)/wayland/scanner client-header < $< > $@
+ $(AM_V_GEN)$(top_builddir)/wayland/scanner client-header < $< > $@