diff mbox series

[03/16] multipath-tools: Makefile: remove dependency test -> test-progs

Message ID 20220901160952.2167-4-mwilck@suse.com (mailing list archive)
State Not Applicable, archived
Delegated to: christophe varoqui
Headers show
Series multipath-tools: minor fixes and build improvements | expand

Commit Message

Martin Wilck Sept. 1, 2022, 4:09 p.m. UTC
From: Martin Wilck <mwilck@suse.com>

This dependency is already established in tests/Makefile. "test"
must depend on "all" though.

Signed-off-by: Martin Wilck <mwilck@suse.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index 6ebd030..1537cfd 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@  uninstall: $(BUILDDIRS:=.uninstall)
 test-progs:	all
 	$(MAKE) -C tests progs
 
-test:	test-progs
+test:	all
 	$(MAKE) -C tests all
 
 valgrind-test:	all