From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mpkjg-0002Sz-Fe for qemu-devel@nongnu.org; Mon, 21 Sep 2009 11:23:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpkjb-0002Oy-Iy for qemu-devel@nongnu.org; Mon, 21 Sep 2009 11:23:27 -0400 Received: from [199.232.76.173] (port=47491 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpkjb-0002Of-DS for qemu-devel@nongnu.org; Mon, 21 Sep 2009 11:23:23 -0400 Received: from mail-fx0-f214.google.com ([209.85.220.214]:36898) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mpkjb-0007Ff-4T for qemu-devel@nongnu.org; Mon, 21 Sep 2009 11:23:23 -0400 Received: by fxm10 with SMTP id 10so2157576fxm.8 for ; Mon, 21 Sep 2009 08:23:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <761ea48b0909210010n30d5c5d8mf53e2e35dc4ef520@mail.gmail.com> References: <200909201934.n8KJY7NZ016329@d01av02.pok.ibm.com> <4AB7246E.8040508@redhat.com> <761ea48b0909210010n30d5c5d8mf53e2e35dc4ef520@mail.gmail.com> From: Blue Swirl Date: Mon, 21 Sep 2009 18:23:01 +0300 Message-ID: Subject: Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT 96e132e] Compile TCG runtime library only once Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: Gerd Hoffmann , "qemu-devel@nongnu.org" On Mon, Sep 21, 2009 at 10:10 AM, Laurent Desnogues wrote: > On Mon, Sep 21, 2009 at 8:59 AM, Gerd Hoffmann wrote: >> On 09/20/09 21:37, Anthony Liguori wrote: >>> >>> From: Blue Swirl >>> >>> Signed-off-by: Blue Swirl >> >> linux-user builds are broken now, a full build gives me: >> >> make[1]: *** No rule to make target `tcg/tcg-runtime.o', needed by >> `qemu-x86_64'. =C2=A0Stop. >> >> and simliar errors for other archs. > > In Makefile.target just replace tcg/tcg-runtime.o with tcg-runtime.o Sorry, I had to make the notorious last minute fix.