From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756069AbXLVIbk (ORCPT ); Sat, 22 Dec 2007 03:31:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751494AbXLVIbd (ORCPT ); Sat, 22 Dec 2007 03:31:33 -0500 Received: from pasmtpa.tele.dk ([80.160.77.114]:44762 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751198AbXLVIbd (ORCPT ); Sat, 22 Dec 2007 03:31:33 -0500 Date: Sat, 22 Dec 2007 09:33:23 +0100 From: Sam Ravnborg To: Joe Perches Cc: linux-kernel@vger.kernel.org, Andrew Morton , trivial@kernel.org, Ivan Kokshaysky , Richard Henderson Subject: Re: [PATCH 1/3] Remove unused dependency Message-ID: <20071222083323.GA22653@uranus.ravnborg.org> References: <1198306931-5258-1-git-send-email-joe@perches.com> <1198306931-5258-2-git-send-email-joe@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1198306931-5258-2-git-send-email-joe@perches.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 21, 2007 at 11:02:09PM -0800, Joe Perches wrote: > > Signed-off-by: Joe Perches > --- > arch/alpha/boot/Makefile | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/arch/alpha/boot/Makefile b/arch/alpha/boot/Makefile > index cd14388..c53169c 100644 > --- a/arch/alpha/boot/Makefile > +++ b/arch/alpha/boot/Makefile > @@ -112,5 +112,3 @@ $(obj)/bootpheader: $(obj)/bootloader.lds $(OBJ_bootph) $(LIBS_Y) FORCE > > $(obj)/bootpzheader: $(obj)/bootloader.lds $(OBJ_bootpzh) $(LIBS_Y) FORCE > $(call if_changed,ld) > - > -$(obj)/misc.o: lib/inflate.c But arch/alpha/boot/mixc.c have: #include "../../../lib/inflate.c" So this is wrong. Sam