summaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-03-04 09:51:37 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-03-04 09:51:37 +0000
commit814aebc4e991a9e3015453bc36bc0756de9c47e3 (patch)
tree3642ff701af42d850a1b603a7de191d80971cb53 /udev
parentc2fa9fa909d715ce7e26c0c59478af1d3d19e412 (diff)
downloadlvm2-814aebc4e991a9e3015453bc36bc0756de9c47e3.tar.gz
lvm2-814aebc4e991a9e3015453bc36bc0756de9c47e3.tar.xz
lvm2-814aebc4e991a9e3015453bc36bc0756de9c47e3.zip
Use $(top_builddir) for inclusion of make.tmpl in Makefiles.
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 0a0050af..d4006b99 100644
--- a/udev/Makefile.in
+++ b/udev/Makefile.in
@@ -22,7 +22,7 @@ DM_DIR=$(shell grep "\#define DM_DIR" $(top_srcdir)/libdm/misc/dm-ioctl.h | awk
CLEAN_TARGETS=10-dm.rules
-include ../make.tmpl
+include $(top_builddir)/make.tmpl
%: %.in
$(SED) -e "s/(DM_DIR)/$(DM_DIR)/" $< >$@