libxl: fix libacpi dependency
authorJan Beulich <jbeulich@suse.com>
Thu, 5 Nov 2020 15:48:55 +0000 (16:48 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 5 Nov 2020 15:48:55 +0000 (16:48 +0100)
commite006b2e3be72e502b86bd9e1405417abd87bdfed
treeb0e0f8fd16d77164a476762835e7b5d957e5a769
parent2b8314a3c354d04545700c80ff5a5f86799b79c7
libxl: fix libacpi dependency

$(DSDT_FILES-y) depends on the recursive make to have run in libacpi/
such that the file(s) itself/themselves were generated before
compilation gets attempted. The same, however, is also necessary for
generated headers, before source files including them would get
attempted to be compiled.

The dependency specified in libacpi's Makefile, otoh, is entirely
pointless nowadays - no compilation happens there anymore (except for
tools involved in building the generated files). Together with it, the
rule generating acpi.a also can go away.

Reported-by: Olaf Hering <olaf@aepfle.de>
Fixes: 14c0d328da2b ("libxl/acpi: Build ACPI tables for HVMlite guests")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libacpi/Makefile
tools/libs/light/Makefile