]> git.proxmox.com Git - mirror_qemu.git/commit
build: remove extra parentheses causing missing rebuilds
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Sep 2022 14:19:36 +0000 (16:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 19 Sep 2022 13:16:00 +0000 (15:16 +0200)
commit9ee37d3bb89c8743e8b1a0e69af8efb6e25bb7db
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