Re: [PATCH] build: remove extra parentheses causing missing rebuilds

2022-09-19 Thread Richard Henderson
On 9/19/22 15:17, Paolo Bonzini wrote: Because of two stray parentheses at the end of the definition of ninja-cmd-goals, the test that is last in the .check-TESTSUITENAME.deps variable will not be rebuilt. Fix that. Signed-off-by: Paolo Bonzini --- Makefile | 2 +- 1 file changed, 1 insertio

[PATCH] build: remove extra parentheses causing missing rebuilds

2022-09-19 Thread Paolo Bonzini
Because of two stray parentheses at the end of the definition of ninja-cmd-goals, the test that is last in the .check-TESTSUITENAME.deps variable will not be rebuilt. Fix that. Signed-off-by: Paolo Bonzini --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile