From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25538 invoked by alias); 6 Jun 2007 23:10:58 -0000 Received: (qmail 25520 invoked by uid 22791); 6 Jun 2007 23:10:58 -0000 X-Spam-Check-By: sourceware.org Received: from ausmtp04.au.ibm.com (HELO ausmtp04.au.ibm.com) (202.81.18.152) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Jun 2007 23:10:56 +0000 Received: from sd0109e.au.ibm.com (d23rh905.au.ibm.com [202.81.18.225]) by ausmtp04.au.ibm.com (8.13.8/8.13.8) with ESMTP id l56NVwHA202306; Thu, 7 Jun 2007 09:31:58 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.250.242]) by sd0109e.au.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l56NEOMd207334; Thu, 7 Jun 2007 09:14:24 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l56NAfCq000475; Thu, 7 Jun 2007 09:10:41 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av01.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l56NAfuE032703; Thu, 7 Jun 2007 09:10:41 +1000 Received: from [9.185.119.90] (WECM01-9-185-119-90.au.ibm.com [9.185.119.90]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by ozlabs.au.ibm.com (Postfix) with ESMTP id C23607376C; Thu, 7 Jun 2007 09:10:24 +1000 (EST) Subject: PATCH: spelling convention fix for src/Makefile.tpl From: Ben Elliston To: binutils@sourceware.org, gdb-patches@sourceware.org Content-Type: text/plain Date: Wed, 06 Jun 2007 23:10:00 -0000 Message-Id: <1181171422.6304.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00076.txt.bz2 I'm just bringing this patch over from the GCC tree, where it was committed as obvious. Cheers, Ben 2007-06-07 Ben Elliston * Makefile.tpl: Fix spelling error. * Makefile.in: Regenerate. Index: Makefile.tpl =================================================================== RCS file: /cvs/src/src/Makefile.tpl,v retrieving revision 1.178 diff -u -p -r1.178 Makefile.tpl --- Makefile.tpl 16 May 2007 09:03:22 -0000 1.178 +++ Makefile.tpl 6 Jun 2007 23:09:33 -0000 @@ -1267,7 +1267,7 @@ stage[+id+]-end:: [+ FOR host_modules +] fi rm -f stage_current -# Bubble a bugfix through all the stages up to stage [+id+]. They are +# Bubble a bug fix through all the stages up to stage [+id+]. They are # remade, but not reconfigured. The next stage (if any) will not be # reconfigured as well. .PHONY: stage[+id+]-bubble