From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14342 invoked by alias); 24 May 2005 14:11:59 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14318 invoked by uid 22791); 24 May 2005 14:11:54 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 24 May 2005 14:11:54 +0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1Daa8P-0000wE-1I for gdb-patches@sources.redhat.com; Tue, 24 May 2005 10:11:53 -0400 Date: Tue, 24 May 2005 15:29:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [RFA] sim/common/Make-common.in: Correct dependency for LIBDEPS Message-ID: <20050524141153.GA3561@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20050524140827.GA13850@calimero.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050524140827.GA13850@calimero.vinschen.de> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00530.txt.bz2 On Tue, May 24, 2005 at 04:08:27PM +0200, Corinna Vinschen wrote: > Hi, > > LIBDEPS in sim/common/Make-common.in defines the dependencies used > to figure out what has to be build, while EXTRA_LIBS defines what > libraries are used for building. > > The same difference is made for INTLDEPS vs. INTLLIBS. Nevertheless, > LIBDEPS depends on $(INTLLIBS) instead of $(INTLDEPS), which would > be the correct dependency. > > The below patch fixes that. Ok to apply? > > > Corinna > > * Make-common.in (LIBDEPS): Correctly use INTLDEPS for dependency > check. Yes, this is OK. Nice catch. -- Daniel Jacobowitz CodeSourcery, LLC