tests/tcg: ensure we re-configure if configure.sh is updated
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 11 Dec 2019 17:05:16 +0000 (17:05 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Dec 2019 08:20:16 +0000 (08:20 +0000)
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>

tests/tcg/Makefile.prereqs

index 7494b31b952ce957ba2529ef1cb7a33670381297..9a29604a839ff5a04b9e373aba7aa330b091d1a1 100644 (file)
@@ -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