From 7dac3dc24c39a9e09e35e779f7ccbd0e2df63f74 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 18 2021 04:19:56 +0000 Subject: Apply patch 0005-multipath-tools-Makefile-more-dependency-fixes-for-p.patch patch_name: 0005-multipath-tools-Makefile-more-dependency-fixes-for-p.patch present_in_specfile: true location_in_specfile: 5 --- diff --git a/Makefile b/Makefile index ba1d73b..fec3b73 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,9 @@ all: $(BUILDDIRS) $(BUILDDIRS): $(MAKE) -C $@ -libmpathpersist multipath multipathd mpathpersist: libmultipath -mpathpersist: libmpathpersist +libmultipath libdmmp: libmpathcmd +libmpathpersist multipath multipathd: libmultipath +mpathpersist multipathd: libmpathpersist $(BUILDDIRS.clean): $(MAKE) -C ${@:.clean=} clean