From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27625 invoked by alias); 3 Aug 2002 06:49:05 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 27618 invoked from network); 3 Aug 2002 06:49:05 -0000 Received: from unknown (HELO monkey.daikokuya.co.uk) (213.152.55.49) by sources.redhat.com with SMTP; 3 Aug 2002 06:49:05 -0000 Received: from neil by monkey.daikokuya.co.uk with local (Exim 3.35 #1 (Debian)) id 17ashK-00080A-00; Sat, 03 Aug 2002 07:47:34 +0100 Date: Fri, 02 Aug 2002 23:49:00 -0000 From: Neil Booth To: John David Anglin Cc: gcc-patches@gcc.gnu.org Subject: Re: [RFA] Fix libsupc++/Makefile.in Message-ID: <20020803064734.GB30730@daikokuya.co.uk> References: <200208030510.g735AXd1002299@hiauly1.hia.nrc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208030510.g735AXd1002299@hiauly1.hia.nrc.ca> User-Agent: Mutt/1.4i X-SW-Source: 2002-08/txt/msg00223.txt.bz2 John David Anglin wrote:- > Here's a quick fix. Tested on hppa-linux. Thanks John! Neil.