mirror of
https://github.com/X11Libre/xf86-input-vmmouse.git
synced 2026-03-24 01:34:05 +00:00
Improve Solaris compatibility of hal-probe-vmmouse generation rule
Use $(SED) from AC_PROG_SED to ensure a good version of sed is found Use explicit input file name instead of $< to workaround Solaris make issue with $< in explicit rules. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -29,9 +29,9 @@ calloutsdir=$(HAL_CALLOUTS_DIR)
|
||||
callouts_SCRIPTS = hal-probe-vmmouse
|
||||
|
||||
hal-probe-vmmouse: hal-probe-vmmouse.in
|
||||
sed -e 's|__BIN_PREFIX__|$(bindir)|g' \
|
||||
$(AM_V_GEN)$(SED) -e 's|__BIN_PREFIX__|$(bindir)|g' \
|
||||
-e 's|__HAL_BIN_PREFIX__|$(HAL_BIN_DIR)|g' \
|
||||
< $< > $@
|
||||
< hal-probe-vmmouse.in > $@
|
||||
|
||||
EXTRA_DIST = hal-probe-vmmouse.in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user