From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29850 invoked by alias); 8 Dec 2002 00:03:17 -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 29843 invoked from network); 8 Dec 2002 00:03:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 8 Dec 2002 00:03:16 -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 gB7NbuP31282 for ; Sat, 7 Dec 2002 18:37:56 -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 gB803CD07560; Sat, 7 Dec 2002 19:03:12 -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 gB803Bl06147; Sat, 7 Dec 2002 19:03:11 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id gB803BT32520; Sat, 7 Dec 2002 19:03:11 -0500 Date: Sun, 08 Dec 2002 01:42:00 -0000 Message-Id: <200212080003.gB803BT32520@greed.delorie.com> From: DJ Delorie To: ac131313@redhat.com CC: neroden@twcny.rr.com, gdb-patches@sources.redhat.com In-reply-to: <3DF24E38.7020908@redhat.com> (message from Andrew Cagney on Sat, 07 Dec 2002 14:38:32 -0500) Subject: Re: sim/gdb dependency References: <3DF24E38.7020908@redhat.com> X-SW-Source: 2002-12/txt/msg00251.txt.bz2 > Makefile.in to read something like: > all-sim: configure-sim configure-gdb > and that fixed the problem. (But I'm not sure how to do this from scratch). That line should be identical between Makefile.tpl and Makefile.in. You should be able to hand-tweak them both. If you want to post a patch, I'll apply it. Please include gcc-patches@gcc.gnu.org so I can do that side also.