configure: ignore --make
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Jun 2022 10:48:49 +0000 (12:48 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 May 2023 10:36:20 +0000 (12:36 +0200)
commitb17bbf835c8998e93fd99b06164f1d63843fe8c9
tree1bf9c1b76a78860b10e18dac865187eec25561fb
parentc53648abba167db47827840bbd4257ed7bc6133c
configure: ignore --make

Setting the MAKE variable to a GNU Make executable does not really have
any effect: if a non-GNU Make is used, the QEMU Makefile will fail to
parse.  Just remove everything related to --make and $make as dead code.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
meson.build