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

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