Enables silent rule and use platform appropriate version of sed. Signed-off-by: Gaetan Nadon <[email protected]> --- tools/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/Makefile.am b/tools/Makefile.am index b7357b9..23493cd 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -48,7 +48,7 @@ udevdir=$(UDEV_RULES_DIR) udev_DATA = 69-xorg-vmmouse.rules $(udev_DATA): $(udev_DATA).in - sed -e 's|__BIN_PREFIX__|$(bindir)|g' < $< > $@ + $(AM_V_GEN)$(SED) -e 's|__BIN_PREFIX__|$(bindir)|g' < $< > $@ CLEANFILES += $(udev_DATA) -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
