From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpEEV-0002IS-6S for qemu-devel@nongnu.org; Wed, 19 Jun 2013 04:59:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpEEU-0007Nx-AI for qemu-devel@nongnu.org; Wed, 19 Jun 2013 04:59:15 -0400 Date: Wed, 19 Jun 2013 10:59:09 +0200 From: Stefan Hajnoczi Message-ID: <20130619085909.GB24023@stefanha-thinkpad.muc.redhat.com> References: <1371587053-16439-1-git-send-email-mjt@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371587053-16439-1-git-send-email-mjt@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [PATCH trivial] Makefile.objs: do not link block/ twice List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Wed, Jun 19, 2013 at 12:24:13AM +0400, Michael Tokarev wrote: > $(block-obj-y) already includes block/, so there's > no need to add it explicitly to $(common-obj-y). > > Signed-off-by: Michael Tokarev > --- > Makefile.objs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi