From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11766 invoked by alias); 25 Jun 2003 04:05: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 21370 invoked from network); 25 Jun 2003 03:24:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 25 Jun 2003 03:24:17 -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 h5P3OHH02290 for ; Tue, 24 Jun 2003 23:24:17 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5P3OHI14046 for ; Tue, 24 Jun 2003 23:24:17 -0400 Received: from [150.1.200.14] (vpn50-24.rdu.redhat.com [172.16.50.24]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5P3OG224234 for ; Tue, 24 Jun 2003 23:24:16 -0400 Subject: [6.0 PATCH] Makefile.tpl: Add maybe-configure-itcl to configure-gdb From: Keith Seitz To: "gdb-patches@sources.redhat.com" In-Reply-To: <1055971488.2789.133.camel@lindt.uglyboxes.com> References: <1055971488.2789.133.camel@lindt.uglyboxes.com> Content-Type: text/plain Organization: Message-Id: <1056512000.1895.23.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Wed, 25 Jun 2003 04:05:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00766.txt.bz2 On Wed, 2003-06-18 at 14:24, Keith Seitz wrote: > ChangeLog > 2003-06-18 Keith Seitz > > * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. > * Makefile.in: Regenerate. I've committed the same patch to the 6.0 branch. Thanks to Andrew for the reminder. Keith