mirror of
https://github.com/X11Libre/xf86-input-vmmouse.git
synced 2026-03-24 01:34:05 +00:00
tools make: use Autoconf provided $(AM_V_GEN)$(SED)
Enables silent rule and use platform appropriate version of sed. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
committed by
Thomas Hellstrom
parent
3b290e278b
commit
61944e4497
@@ -50,7 +50,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user