wayland-drm: autotools: do not redirect stdin/stdout for wayland-scanner
[mesa.git] / src / egl / wayland / wayland-drm / Makefile.am
index 7d1db23f4b9df017ae327562e87c8987b8078303..c10c4349d48b9822cfcf0ebc6a600600a4f6aba2 100644 (file)
@@ -18,10 +18,10 @@ BUILT_SOURCES = wayland-drm-protocol.c \
 CLEANFILES = $(BUILT_SOURCES)
 
 %-protocol.c : %.xml
-       $(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@
+       $(AM_V_GEN)$(WAYLAND_SCANNER) code $< $@
 
 %-server-protocol.h : %.xml
-       $(AM_V_GEN)$(WAYLAND_SCANNER) server-header < $< > $@
+       $(AM_V_GEN)$(WAYLAND_SCANNER) server-header $< $@
 
 %-client-protocol.h : %.xml
-       $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
+       $(AM_V_GEN)$(WAYLAND_SCANNER) client-header $< $@