From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImR0l-00080J-P2 for qemu-devel@nongnu.org; Mon, 29 Oct 2007 05:34:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImR0k-0007yw-3O for qemu-devel@nongnu.org; Mon, 29 Oct 2007 05:34:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImR0j-0007yi-Mz for qemu-devel@nongnu.org; Mon, 29 Oct 2007 05:34:17 -0400 Received: from nf-out-0910.google.com ([64.233.182.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImR0i-0003x1-LL for qemu-devel@nongnu.org; Mon, 29 Oct 2007 05:34:17 -0400 Received: by nf-out-0910.google.com with SMTP id 30so1373677nfu for ; Mon, 29 Oct 2007 02:34:15 -0700 (PDT) Message-ID: Date: Mon, 29 Oct 2007 10:34:14 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] qemu Makefile.target In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 29/10/2007, andrzej zaborowski wrote: > On 28/10/2007, Jocelyn Mayer wrote: > > CVSROOT: /sources/qemu > > Module name: qemu > > Changes by: Jocelyn Mayer 07/10/28 13:07:13 > > > > Modified files: > > . : Makefile.target > > > > Log message: > > Use cpp to generate correct build dependencies for target objects > > instead of using incomplete hardcoded ones. > > This doesn't work very well for me, but I'm not sure why. Now the Sorry, actually it is correctly rebuilding the project. I wasn't aware than I had #included one of my files. Regards