From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> What we want is a .PHONY build target that depends on runtests-parallel, not a .PHONY variable. This variable doesn't do anything. Remove it. Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- test/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index fe35ff9..444c749 100644 --- a/test/Makefile +++ b/test/Makefile @@ -237,4 +237,3 @@ runtests-parallel: $(run_test_targets) @echo "All tests passed" .PHONY: all install clean runtests runtests-loop runtests-parallel -.PHONY += $(run_test_targets) -- Ammar Faizi