From owner-cvs-gnu Mon May 11 03:00:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14335 for cvs-gnu-outgoing; Mon, 11 May 1998 03:00:59 -0700 (PDT) (envelope-from owner-cvs-gnu) Received: from godzilla.zeta.org.au (mothra.kralizec.net.au [203.15.68.22] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14319; Mon, 11 May 1998 03:00:49 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id TAA05354; Mon, 11 May 1998 19:54:51 +1000 Date: Mon, 11 May 1998 19:54:51 +1000 From: Bruce Evans Message-Id: <199805110954.TAA05354@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, jb@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/binutils/ld Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > gnu/usr.bin/binutils/ld Makefile > Log: > The yacc makefile changes don't seem to know when to generate the > header file and when not to, so for the time being make sure the > sucker gets generated up front. I broke the generation when I moved it to bsd.dep.mk. SRCS is not fully initialized until after it is used. Bruce