From owner-cvs-all Mon May 11 08:40:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25927 for cvs-all-outgoing; Mon, 11 May 1998 08:40:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25922; Mon, 11 May 1998 08:40:34 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24668; Mon, 11 May 1998 08:37:13 -0700 (PDT) Date: Mon, 11 May 1998 08:37:13 -0700 (PDT) Message-Id: <199805111537.IAA24668@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.dep.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/05/11 08:37:13 PDT Modified files: share/mk bsd.dep.mk Log: Oops, the lex and yacc sources must be added to SRCS before ${SRCS} is used in the dependency list for ${DEPENDFILE}. `make depend' was broken for a few days. `make world' only uses `make depend' when NOCLEAN is defined, so only a few people noticed the bug. Submitted by: mostly by jmg Revision Changes Path 1.22 +40 -40 src/share/mk/bsd.dep.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message