Date: Mon, 11 May 1998 08:37:13 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.dep.mk Message-ID: <199805111537.IAA24668@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805111537.IAA24668>