1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-06 00:58:48 +03:00

Do not use generic install if running install_device-mapper.

It propagates into subdirs which includes DSOs which requires
lvm2 build (only install_device-mapper should propagate there).
This commit is contained in:
Milan Broz 2009-05-11 10:12:35 +00:00
parent aa1bcec8d2
commit be82186cba

View File

@ -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 \