build: remove extra parentheses causing missing rebuilds
commit9ee37d3bb89c8743e8b1a0e69af8efb6e25bb7db
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Sep 2022 14:19:36 +0000 (14 16:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 19 Sep 2022 13:16:00 +0000 (19 15:16 +0200)
tree0bd7c637cf7eb802c28f41edf1e1603d51394ed0
parentefcca7ef172a6844423670aa62f93099feb58b8c
build: remove extra parentheses causing missing rebuilds

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 <pbonzini@redhat.com>
Makefile