summaryrefslogtreecommitdiffstats
path: root/tests/tcg/Makefile.prereqs
diff options
context:
space:
mode:
authorAlex Bennée2019-12-11 18:05:16 +0100
committerAlex Bennée2019-12-19 09:20:16 +0100
commit380976f40f909b735acb60d5d424de7eb1b7107e (patch)
tree76d03f8e6fbc219781f434f3fdbaefa299a892b9 /tests/tcg/Makefile.prereqs
parenttrace: replace hand-crafted pattern_glob with g_pattern_match_simple (diff)
downloadqemu-380976f40f909b735acb60d5d424de7eb1b7107e.tar.gz
qemu-380976f40f909b735acb60d5d424de7eb1b7107e.tar.xz
qemu-380976f40f909b735acb60d5d424de7eb1b7107e.zip
tests/tcg: ensure we re-configure if configure.sh is updated
We were only doing this if docker was enabled which isn't quite right. Fixes: fc76c56d3f47 Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20191211170520.7747-17-alex.bennee@linaro.org>
Diffstat (limited to 'tests/tcg/Makefile.prereqs')
-rw-r--r--tests/tcg/Makefile.prereqs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/Makefile.prereqs b/tests/tcg/Makefile.prereqs
index 7494b31b95..9a29604a83 100644
--- a/tests/tcg/Makefile.prereqs
+++ b/tests/tcg/Makefile.prereqs
@@ -13,6 +13,6 @@ DOCKER_IMAGE:=
ifneq ($(DOCKER_IMAGE),)
build-tcg-tests-$(PROBE_TARGET): docker-image-$(DOCKER_IMAGE)
+endif
$(BUILD_DIR)/tests/tcg/config_$(PROBE_TARGET).mak: config-host.mak
config-host.mak: $(SRC_PATH)/tests/tcg/configure.sh
-endif