From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26186 invoked by alias); 13 Mar 2003 22:54:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 26074 invoked from network); 13 Mar 2003 22:54:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Mar 2003 22:54:32 -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 h2DMsWQ07228 for ; Thu, 13 Mar 2003 17:54:32 -0500 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 h2DMsWV12791; Thu, 13 Mar 2003 17:54:32 -0500 Received: from dragon (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h2DMsUn30666; Thu, 13 Mar 2003 17:54:30 -0500 Subject: Re: No rule to make target `maybe-install-tix', needed by `install-gdb' From: "Martin M. Hunt" To: Michael Elizabeth Chastain , neroden@twcny.rr.com Cc: gdb@sources.redhat.com In-Reply-To: <200303130748.h2D7mvm25764@duracef.shout.net> References: <200303130748.h2D7mvm25764@duracef.shout.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 13 Mar 2003 22:54:00 -0000 Message-Id: <1047596072.1124.21.camel@Dragon> Mime-Version: 1.0 X-SW-Source: 2003-03/txt/msg00218.txt.bz2 The checked-in toplevel Makefile.in was not generated from the Makefile.def in CVS. Run "autogen Makefile.def" to regenerate. Martin On Wed, 2003-03-12 at 23:48, Michael Elizabeth Chastain wrote: > My 'make install' just blew up: > > make[1]: Entering directory `/berman/fsf/_today_/berman/build/target/native/gdb/HEAD/sim' > make[1]: Leaving directory `/berman/fsf/_today_/berman/build/target/native/gdb/HEAD/sim' > make: *** No rule to make target `maybe-install-tix', needed by `install-gdb'. Stop. > > This is gdb HEAD checked out on 2003-03-13 07:11:56 UTC. > > target=native, host=i686-pc-linux-gnu, osversion=red-hat-8.0 > gdb=HEAD%20030313, gcc=3.2.2, binutils=2.13.2.1, glibc=2.2.93-5-rh > > The fix looks trivial: remove maybe-install-tix from install-gdb. > I'm too tired to give it proper treatment though. > > If it's still there tomorrow night then I'll file a real PR. > > Could we quiet down the configury changes for a bit unless they fix > regressions from 5.3? > > Michael C