From patchwork Wed Jul 27 09:17:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 107000 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9BFEBB6F8F for ; Wed, 27 Jul 2011 19:18:11 +1000 (EST) Received: from localhost ([::1]:50212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm0FZ-0007EK-9Z for incoming@patchwork.ozlabs.org; Wed, 27 Jul 2011 05:17:57 -0400 Received: from eggs.gnu.org ([140.186.70.92]:48913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm0FQ-0007CK-05 for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm0FN-00080Q-Me for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:17:47 -0400 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:51732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm0FN-00080B-BJ for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:17:45 -0400 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p6R9HiCc030162 for ; Wed, 27 Jul 2011 09:17:44 GMT Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p6R9HhHU2605262 for ; Wed, 27 Jul 2011 10:17:43 +0100 Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p6R9Hhfj030703 for ; Wed, 27 Jul 2011 03:17:43 -0600 Received: from stefanha-thinkpad.ibm.com (sig-9-145-216-11.de.ibm.com [9.145.216.11]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p6R9HaBA030380; Wed, 27 Jul 2011 03:17:42 -0600 From: Stefan Hajnoczi To: Date: Wed, 27 Jul 2011 10:17:29 +0100 Message-Id: <1311758252-10072-5-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1311758252-10072-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1311758252-10072-1-git-send-email-stefanha@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 194.196.100.162 Cc: Alexandre Raymond , Anthony Liguori , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 4/7] Makefile: fix out-of-tree builds X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Alexandre Raymond This patch fixes a minor bugs which prevented QEMU from being built out of tree. Signed-off-by: Alexandre Raymond Signed-off-by: Stefan Hajnoczi --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index eb1c788..cbd614a 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ config-all-devices.mak: $(SUBDIR_DEVICES_MAK) -include $(SUBDIR_DEVICES_MAK_DEP) -%/config-devices.mak: default-configs/%.mak +%/config-devices.mak: $(SRC_PATH)/default-configs/%.mak $(call quiet-command,$(SHELL) $(SRC_PATH)/scripts/make_device_config.sh $@ $<, " GEN $@") @if test -f $@; then \ if cmp -s $@.old $@; then \