Makefile: Drop bogus cleaning of $(ALL_SUBDIRS)/qemu-options.def
authorMarkus Armbruster <armbru@redhat.com>
Tue, 28 May 2019 08:23:06 +0000 (10:23 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 10:48:40 +0000 (12:48 +0200)
commit30cccc9b0208af707acf4c7988e4b0deabee574e
tree223d76aed5d36ab1b46a126ee480a0435967deec
parentcdb69b08f984b7cca2acb1989c8eae79390a23f3
Makefile: Drop bogus cleaning of $(ALL_SUBDIRS)/qemu-options.def

When commit df2943ba3c7 moved "rm -f qemu-options.def" from distclean
to clean, it also added "rm -f $$d/qemu-options.def" to the for d in
$(ALL_SUBDIRS) loop.  That file doesn't exist.  Remove the mistaken
rm.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190528082308.22032-3-armbru@redhat.com>
Makefile