From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18337 invoked by alias); 2 Dec 2002 22:00:48 -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 18330 invoked from network); 2 Dec 2002 22:00:47 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 2 Dec 2002 22:00:47 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id gB2M0he13522; Mon, 2 Dec 2002 16:00:43 -0600 Date: Mon, 02 Dec 2002 14:00:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200212022200.gB2M0he13522@duracef.shout.net> To: carlton@math.stanford.edu Subject: Re: [rfa] remove dependency of f-exp.tab.c on c-exp.tab.c Cc: gdb-patches@sources.redhat.com X-SW-Source: 2002-12/txt/msg00041.txt.bz2 > f-exp.y wasn't added until 1994, but presumably it also had the > artificial dependency included for the same reason; and that > artificial dependency must have gotten accidentally left behind when > this issue was cleaned up. Here is one more bit of history: # top level ChangeLog Thu Jul 31 19:49:49 1997 Ian Lance Taylor * ylwrap: New file. * Makefile.in (DEVO_SUPPORT): Add ylwrap. ... so those funky serialization dependencies existed 3-4 years before ylwrap fixed the problem in a more robust way. gdb has more history than the Strand bookstore. :) Michael C