diff mbox

[3/3] multipath-tools: delete INSTALL_PROGRAM from libmpathpersist/Makefile

Message ID 1467995301-14226-4-git-send-email-xose.vazquez@gmail.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Xose Vazquez Perez July 8, 2016, 4:28 p.m. UTC
It's already taken from "include ../Makefile.inc"

Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmpathpersist/Makefile | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/libmpathpersist/Makefile b/libmpathpersist/Makefile
index 2f91401..a2dd7ed 100644
--- a/libmpathpersist/Makefile
+++ b/libmpathpersist/Makefile
@@ -3,8 +3,6 @@ 
 BUILD = glibc
 include ../Makefile.inc
 
-INSTALL_PROGRAM = install
-
 SONAME=0
 DEVLIB = libmpathpersist.so
 LIBS = $(DEVLIB).$(SONAME)