From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7869 invoked by alias); 27 May 2003 17:46:58 -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 7806 invoked from network); 27 May 2003 17:46:57 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 May 2003 17:46:57 -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 h4RHkvH20171; Tue, 27 May 2003 13:46:57 -0400 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 h4RHkuI11574; Tue, 27 May 2003 13:46:56 -0400 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 h4RHkuZ12157; Tue, 27 May 2003 13:46:56 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h4RHktO14361; Tue, 27 May 2003 13:46:55 -0400 Date: Tue, 27 May 2003 17:46:00 -0000 Message-Id: <200305271746.h4RHktO14361@greed.delorie.com> From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <20030527152343.GA803@doctormoo> (message from Nathanael Nerode on Tue, 27 May 2003 11:23:43 -0400) Subject: Re: [toplevel patch] rename autogen variable in Makefile.tpl,Makefile.def References: <20030527152343.GA803@doctormoo> X-SW-Source: 2003-05/txt/msg00499.txt.bz2 > No change in generated Makefile.in, happily. > > * Makefile.tpl: Rename [+target+] to [+make_target+]. > * Makefile.def: Rename 'target' to 'make_target'. > * Makefile.in: Regenerate. If there is no change to Makefile.in, why does it have a ChangeLog entry? Otherwise, this is OK.