From patchwork Thu Oct 21 08:18:36 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 68535 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6ABEBB70E8 for ; Thu, 21 Oct 2010 19:20:44 +1100 (EST) Received: from localhost ([127.0.0.1]:46200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8qO8-0004H2-HO for incoming@patchwork.ozlabs.org; Thu, 21 Oct 2010 04:20:40 -0400 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :message-id:x-mailer:in-reply-to:references; bh=9O+SzeCAM+65hWLvrqwZwM/0E8VPZjbTAoWaT5UbvRs=; b=JAkpVrKtNJY2TXs86JzlQekVXpSng0vFOsSJir6X+5UJrg7aTy94NlAPnF+Yj3Ospw EIt9kaQIEo3kros3G1YEP5UHwwbzEo4fPJsIjBnynZmgUF7ZpdaKMprMftAWggZq3FZ8 sZUXwmr97Igq7FVOsumONWuYgRKCFlsNJi218= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; b=DrZKFqca5FlCuyIchQ888CPaUIeDlaJOD3OiKI+dMJj3GogNdHAYUt2A4226NwHjbZ Nh8g6UuK3xoZT5nl7xNICnt3EYC4ns8goruCE83wqND0GNzPBqdAPbp0HFaHyHclLPjd g7gUVxg0Rl6lX4bmUHhHLrrcER5/PyJcplfgw= Received: by 10.103.169.9 with SMTP id w9mr498498muo.75.1287649145512; Thu, 21 Oct 2010 01:19:05 -0700 (PDT) Received: from localhost.localdomain (s209p8.home.99maxprogres.cz [85.93.118.17]) by mx.google.com with ESMTPS id k21sm637589faa.1.2010.10.21.01.19.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 21 Oct 2010 01:19:04 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Thu, 21 Oct 2010 10:18:36 +0200 Message-Id: <1287649120-30740-3-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1287649120-30740-1-git-send-email-pbonzini@redhat.com> References: <1287649120-30740-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [Qemu-devel] [PATCH 2/6] unbreak "make" from vpath-built tests directory X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@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)