[PATCH input-vmmouse 3/3] tools make: use Autoconf provided $(AM_V_GEN)$(SED)
Gaetan Nadon
memsize at videotron.ca
Tue Oct 19 17:20:03 PDT 2010
Enables silent rule and use platform appropriate version of sed.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
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
More information about the xorg-devel
mailing list