From c46dfd02b09922b9e47d09e91ab7d088f76a8e1d Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 12:14:41 +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