summaryrefslogtreecommitdiffstats
path: root/udev/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'udev/Makefile.in')
-rw-r--r--udev/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/udev/Makefile.in b/udev/Makefile.in
index 0d9e2ec6..2511cf8a 100644
--- a/udev/Makefile.in
+++ b/udev/Makefile.in
@@ -14,7 +14,6 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
-VPATH = @srcdir@
DM_RULES=10-dm.rules 13-dm-disk.rules 95-dm-notify.rules
LVM_RULES=11-dm-lvm.rules
@@ -24,6 +23,8 @@ CLEAN_TARGETS=10-dm.rules
include $(top_builddir)/make.tmpl
+vpath %.rules $(srcdir)
+
%: %.in
$(SED) -e "s/(DM_DIR)/$(DM_DIR)/" $< >$@