From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22186 invoked by alias); 10 Dec 2002 01:21:47 -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 22169 invoked from network); 10 Dec 2002 01:21:46 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Dec 2002 01:21:46 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gBA0uGP09388; Mon, 9 Dec 2002 19:56:16 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBA1LjD25095; Mon, 9 Dec 2002 20:21:45 -0500 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBA1Lil10662; Mon, 9 Dec 2002 20:21:44 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id gBA1LhX05585; Mon, 9 Dec 2002 20:21:43 -0500 Date: Mon, 09 Dec 2002 18:08:00 -0000 Message-Id: <200212100121.gBA1LhX05585@greed.delorie.com> From: DJ Delorie To: aoliva@redhat.com CC: neroden@twcny.rr.com, gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: (message from Alexandre Oliva on 09 Dec 2002 23:05:17 -0200) Subject: Re: (patch) configure-configure -> Makefile-Makefile References: <20021209001117.GA12061@doctormoo> X-SW-Source: 2002-12/txt/msg00309.txt.bz2 Right, there's a difference between "this must be done before that" and "this must be done whenever that changes". But bfd's configure does read libiberty's Makefile, so it seems that that dependency does need to exist.