On 8 June 2018 at 19:58, Philippe Mathieu-Daudé <[email protected]> wrote: > qemu-version.h and qemu-options.def are generated files > that should be deleted during 'make distclean'.
These are both in GENERATED_FILES, and 'make distclean' invokes 'make clean' which does an rm of all GENERATED_FILES. Why isn't that sufficient here? thanks -- PMM
