[lvm-devel] [PATCH] Do not use generic install if running install_device-mapper.

Milan Broz mbroz at redhat.com
Sun May 10 18:06:10 UTC 2009


It propagates into subdirs which includes DSOs which requires
lvm2 build (only install_device-mapper should propagate there).

Signed-off-by: Milan Broz <mbroz at redhat.com>
---
 daemons/dmeventd/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daemons/dmeventd/Makefile.in b/daemons/dmeventd/Makefile.in
index 2878cf2..1e659e0 100644
--- a/daemons/dmeventd/Makefile.in
+++ b/daemons/dmeventd/Makefile.in
@@ -63,7 +63,7 @@ endif
 
 install: $(INSTALL_TYPE) install_include install_dmeventd
 
-install_device-mapper: install
+install_device-mapper: $(INSTALL_TYPE) install_include install_dmeventd
 
 install_include:
 	$(INSTALL) -D $(OWNER) $(GROUP) -m 444 libdevmapper-event.h \
-- 
1.6.2.4




More information about the lvm-devel mailing list