Date: Wed, 21 May 1997 14:05:15 +1000 From: Bruce Evans <bde@zeta.org.au> To: cvs-all@freebsd.org, cvs-bin@freebsd.org, cvs-committers@freebsd.org, steve@freebsd.org Subject: Re: cvs commit: src/bin/sh Makefile Message-ID: <199705210405.OAA02636@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> Modified files: > bin/sh Makefile > Log: > Remove y.tab.h from the beforedepend target. Also add a > rule that shows the dependency of arith_lex.[co] on y.tab.h. Does anyone know why so many Makefiles work without explicit dependencies on y.tab.h's? The work after `make depend' because `make depend' makes y.tab.h as a side effect (if there is a y.tab.h). Even then, `make -j3 depend all' might fail because everything doesn't depend on `depend'. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705210405.OAA02636>