summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-02-14 09:48:24 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2017-02-14 10:24:56 +0100
commitfc0e49297d6a6818b82169d1059084770c29b9d6 (patch)
treec0aaa258a32db802ce24d7d3f4e5090b0628ab10 /udev
parent3350eb67cc66dcd2c6ee6456a3524bc723aa4e38 (diff)
downloadlvm2-fc0e49297d6a6818b82169d1059084770c29b9d6.tar.gz
makefiles: use configure vars
Use binaries found in configure.
Diffstat (limited to 'udev')
-rw-r--r--udev/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/Makefile.in b/udev/Makefile.in
index cb968dfe1..c498aa838 100644
--- a/udev/Makefile.in
+++ b/udev/Makefile.in
@@ -23,7 +23,7 @@ ifeq ("@BUILD_LVMETAD@", "yes")
LVM_RULES+=69-dm-lvm-metad.rules
endif
-DM_DIR=$(shell grep "\#define DM_DIR" $(top_srcdir)/libdm/misc/dm-ioctl.h | awk '{print $$3}')
+DM_DIR=$(shell $(GREP) "\#define DM_DIR" $(top_srcdir)/libdm/misc/dm-ioctl.h | $(AWK) '{print $$3}')
ifeq ("@UDEV_RULE_EXEC_DETECTION@", "yes")
SBIN=\$$env{DM_SBIN_PATH}