mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Fix dmsetup.static install.
This commit is contained in:
parent
0172d4f725
commit
4ea7e4b8cc
@ -1,3 +1,7 @@
|
|||||||
|
Version 1.00.12 - 6 Apr 2004
|
||||||
|
===========================
|
||||||
|
Fix dmsetup.static install.
|
||||||
|
|
||||||
Version 1.00.11 - 5 Apr 2004
|
Version 1.00.11 - 5 Apr 2004
|
||||||
===========================
|
===========================
|
||||||
configure --enable-static_link does static build in addition to dynamic.
|
configure --enable-static_link does static build in addition to dynamic.
|
||||||
|
@ -27,7 +27,7 @@ LIB_SHARED = $(interface)/libdevmapper.so
|
|||||||
include ../make.tmpl
|
include ../make.tmpl
|
||||||
|
|
||||||
.PHONY: install_dynamic install_static \
|
.PHONY: install_dynamic install_static \
|
||||||
install_@interface@ install_@interface@_static
|
install_fs install_ioctl install_ioctl_static
|
||||||
|
|
||||||
INSTALL_TYPE = install_dynamic
|
INSTALL_TYPE = install_dynamic
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user