From: Paolo Bonzini Date: Thu, 21 Oct 2010 08:18:36 +0000 (+0200) Subject: unbreak "make" from vpath-built tests directory X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9517a9e6a550a141f6e60550e1cec65005273170;p=qmiga%2Fqemu.git unbreak "make" from vpath-built tests directory Signed-off-by: Paolo Bonzini Signed-off-by: Blue Swirl --- diff --git a/tests/Makefile b/tests/Makefile index ff7f787a9a..e26b2d7fe6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,5 @@ -include ../config-host.mak +-include $(SRC_PATH)/rules.mak $(call set-vpath, $(SRC_PATH)/tests)