diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2010-12-01 17:46:56 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-12-01 17:46:56 -0500 |
| commit | 9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4 (patch) | |
| tree | 5dfac136802271b421254c62d75dfa661a093bc7 | |
| parent | Chage the 'base' field to be the name of the super class instead (diff) | |
| download | wayland-9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4.tar wayland-9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4.tar.gz wayland-9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4.tar.bz2 wayland-9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4.tar.lz wayland-9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4.tar.xz wayland-9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4.tar.zst wayland-9750a7a9b59f0ad390e19b4fadb1e6db9d5196f4.zip | |
Silence scanner makefile rule by default
| -rw-r--r-- | wayland/scanner.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wayland/scanner.mk b/wayland/scanner.mk index 0f03af1..efdb42b 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 < $< > $@ |
