From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiIx6-0002i0-OQ for qemu-devel@nongnu.org; Tue, 23 Sep 2008 21:14:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiIx5-0002h9-A7 for qemu-devel@nongnu.org; Tue, 23 Sep 2008 21:14:00 -0400 Received: from [199.232.76.173] (port=57676 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiIx4-0002h2-UE for qemu-devel@nongnu.org; Tue, 23 Sep 2008 21:13:59 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:50639) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiIx4-0004jH-Lm for qemu-devel@nongnu.org; Tue, 23 Sep 2008 21:13:58 -0400 Received: by gxk12 with SMTP id 12so5457197gxk.10 for ; Tue, 23 Sep 2008 18:13:58 -0700 (PDT) Message-ID: <48D9941B.5030208@codemonkey.ws> Date: Tue, 23 Sep 2008 20:12:59 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add missing dependencies for qemu-doc.* References: <48D9531A.3070502@mail.berlios.de> In-Reply-To: <48D9531A.3070502@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 Stefan Weil wrote: > This patch fixes some items in Makefile: > > * remove duplicate entries from .PHONY > * add missing entries to .PHONY > * sort entries in .PHONY alphabetically > > * add missing dependencies for qemu-doc.* targets > > Please apply it to svn trunk. > Applied. Thanks. Regards, Anthony Liguori > Thanks > Stefan > >