From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39263 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PISpB-0000yk-SH for qemu-devel@nongnu.org; Tue, 16 Nov 2010 16:12:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PISpA-0003ht-PT for qemu-devel@nongnu.org; Tue, 16 Nov 2010 16:12:21 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:45913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PISpA-0003hd-Jd for qemu-devel@nongnu.org; Tue, 16 Nov 2010 16:12:20 -0500 Received: by eya25 with SMTP id 25so727834eya.4 for ; Tue, 16 Nov 2010 13:12:19 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1289938027-28282-1-git-send-email-peter.maydell@linaro.org> References: <4CE2D468.4020604@codemonkey.ws> <1289938027-28282-1-git-send-email-peter.maydell@linaro.org> Date: Tue, 16 Nov 2010 21:12:19 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Fix compilation failure with simple trace when srcdir==objdir From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On Tue, Nov 16, 2010 at 8:07 PM, Peter Maydell w= rote: > Fix a makefile error that meant that qemu would not compile if > the source and object directories were the same. > > Signed-off-by: Peter Maydell > --- > =A0Makefile.target | =A0 11 +++++------ > =A01 files changed, 5 insertions(+), 6 deletions(-) This patch fixes the build for me. Stefan