From fc0e49297d6a6818b82169d1059084770c29b9d6 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 14 Feb 2017 09:48:24 +0100 Subject: makefiles: use configure vars Use binaries found in configure. --- udev/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev') 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} -- cgit v1.2.1