summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-04-17 10:07:17 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2014-04-18 16:38:49 +0200
commit2b748e3118988222560392fa795e093cd2ce0af4 (patch)
tree17a0a1bfd0235e1cc81bca98cfd1d1d91a478538 /udev
parent1af05a7a166a470d1b9d86f88fdc64c2d984124b (diff)
downloadlvm2-2b748e3118988222560392fa795e093cd2ce0af4.tar.gz
makefiles: compile files on make
Make install should install already compiled/generated files.
Diffstat (limited to 'udev')
-rw-r--r--udev/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/udev/Makefile.in b/udev/Makefile.in
index a2e257130..390069b43 100644
--- a/udev/Makefile.in
+++ b/udev/Makefile.in
@@ -58,6 +58,8 @@ endif
%_install: %.rules
$(INSTALL_DATA) -D $< $(udevdir)/$(<F)
+all: $(DM_RULES) $(LVM_RULES)
+CLEAN_TARGETS = $(DM_RULES) $(LVM_RULES)
install_device-mapper: $(DM_RULES:.rules=_install)
install_lvm2: $(LVM_RULES:.rules=_install)