x86emul: fix test harness 32-bit "clean" target handling
authorJan Beulich <jbeulich@suse.com>
Mon, 26 Nov 2018 14:44:48 +0000 (15:44 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 26 Nov 2018 14:44:48 +0000 (15:44 +0100)
commitd1e70f9b19287aa8763f7778d8e8b2dbee990db3
treec325837f2f38e3f4f53ff1db2350a55509e9ee4f
parent710e85afd21999b01f6d81ea580d2bc1f4f47978
x86emul: fix test harness 32-bit "clean" target handling

When preparing what is now 52c37f7ab9 ("x86emul: also allow running the
32-bit harness on a 64-bit distro") I first wrongly used XEN_TARGET_ARCH
instead of XEN_COMPILE_ARCH. When realizing the mistake I forgot to also
switch around the use in the expression controlling the rule
dependencies, causing "make distclean" to fail on 64-bit distros.

Reported-by: Paul Durrant <Paul.Durrant@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Tested-by: Paul Durrant <Paul.Durrant@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/tests/x86_emulator/Makefile