aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/Makefile')
-rw-r--r--tools/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/Makefile b/tools/examples/Makefile
index 844a7f7330..39223bd41d 100644
--- a/tools/examples/Makefile
+++ b/tools/examples/Makefile
@@ -41,7 +41,7 @@ DE = $(shell readlink -f $(DESTDIR))
ifeq ($(findstring $(DI),$(DE)),$(DI))
HOTPLUGS=install-hotplug install-udev
else
-ifeq ($(shell [ -x /sbin/udev ] && [ ! -z `udev -V` ] && [ `/sbin/udev -V` -ge 059 ] && echo 1),1)
+ifeq ($(shell [ -x /sbin/udev ] && [ ! -z `/sbin/udev -V` ] && [ `/sbin/udev -V` -ge 059 ] && echo 1),1)
HOTPLUGS=install-udev
else
HOTPLUGS=install-hotplug