From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49770 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8qMd-0004EL-Ib for qemu-devel@nongnu.org; Thu, 21 Oct 2010 04:19:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8qMc-00042W-5z for qemu-devel@nongnu.org; Thu, 21 Oct 2010 04:19:07 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:42542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8qMb-0003z1-Vl for qemu-devel@nongnu.org; Thu, 21 Oct 2010 04:19:06 -0400 Received: by mail-fx0-f45.google.com with SMTP id 9so3748233fxm.4 for ; Thu, 21 Oct 2010 01:19:05 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 21 Oct 2010 10:18:36 +0200 Message-Id: <1287649120-30740-3-git-send-email-pbonzini@redhat.com> In-Reply-To: <1287649120-30740-1-git-send-email-pbonzini@redhat.com> References: <1287649120-30740-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 2/6] unbreak "make" from vpath-built tests directory List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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) -- 1.7.2.3