fix make clean/distclean
commit1023e0033db712b0742de226f133a494f7c474c8
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Nov 2020 12:44:56 +0000 (5 07:44 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 9 Nov 2020 09:09:49 +0000 (9 04:09 -0500)
treeddb345221ebc203d06351d56b73c5b0d08719baf
parentb54b82df250685b8ee7f947909d10dc30a0ac2b1
fix make clean/distclean

A misplaced $(quiet-@) meant that "make clean" and "make distclean" did
not work properly.

Reported-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile