From patchwork Thu Oct 21 08:18:36 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/6] unbreak "make" from vpath-built tests directory From: Paolo Bonzini X-Patchwork-Id: 68535 Message-Id: <1287649120-30740-3-git-send-email-pbonzini@redhat.com> To: qemu-devel@nongnu.org Date: Thu, 21 Oct 2010 10:18:36 +0200 Signed-off-by: Paolo Bonzini --- tests/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index ff7f787..e26b2d7 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)