On Fri, Jun 15, 2012 at 4:10 PM, Dimitry Andric <d...@freebsd.org> wrote:

> On 2012-06-15 22:13, Jeff Ford wrote:
> > When I try to build directly from src/cddl/lib/libdtrace I get a failure
> > because of a missing file dt_grammar.h. This file is generated by
> > dt_grammar.y. On 9, running make in the same directory runs the yacc
> ahead
> > of cc so the build works.
> >
> > I can fix this locally by moving dt_grammar.y to the top of the file list
> > in Makefile, but what changed, and should it be fixed?
>
> No, just run "make depend" first.
>

Thanks, that fixes the issue, but I'm also curious what caused the change.
I was looking through make file diffs and didn't see anything obvious. (But
I'm new to the BSD make files, so it's unlikely it would be obvious to me.)


-- 
Jeff Ford
Redmond, WA
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to