Blame SOURCES/0005-multipath-tools-Makefile-more-dependency-fixes-for-p.patch

96a22b
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
96a22b
From: Martin Wilck <mwilck@suse.com>
96a22b
Date: Tue, 12 May 2020 00:39:21 +0200
96a22b
Subject: [PATCH] multipath-tools: Makefile: more dependency fixes for parallel
96a22b
 build
96a22b
96a22b
Extend the late fixes from Christian.
96a22b
96a22b
Cc: Christian Hesse <mail@eworm.de>
96a22b
Signed-off-by: Martin Wilck <mwilck@suse.com>
96a22b
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
96a22b
---
96a22b
 Makefile | 5 +++--
96a22b
 1 file changed, 3 insertions(+), 2 deletions(-)
96a22b
96a22b
diff --git a/Makefile b/Makefile
96a22b
index ba1d73ba..fec3b73b 100644
96a22b
--- a/Makefile
96a22b
+++ b/Makefile
96a22b
@@ -28,8 +28,9 @@ all:	$(BUILDDIRS)
96a22b
 $(BUILDDIRS):
96a22b
 	$(MAKE) -C $@
96a22b
 
96a22b
-libmpathpersist multipath multipathd mpathpersist: libmultipath
96a22b
-mpathpersist:  libmpathpersist
96a22b
+libmultipath libdmmp: libmpathcmd
96a22b
+libmpathpersist multipath multipathd: libmultipath
96a22b
+mpathpersist multipathd:  libmpathpersist
96a22b
 
96a22b
 $(BUILDDIRS.clean):
96a22b
 	$(MAKE) -C ${@:.clean=} clean
96a22b
-- 
96a22b
2.17.2
96a22b