Makefile and bfin-parse.c ?

Jie Zhang jzhang918@gmail.com
Tue Oct 25 02:17:00 GMT 2005


On 10/25/05, H. J. Lu <hjl@lucon.org> wrote:
> > > Jie Zhang <jzhang918@gmail.com> writes:
> > I tried it. The warnings were still there.
> >
>
> Is bfin-parse.tab.h really needed? This patch seems to work.
>
> -bfin-parse.c bfin-parse.tab.h: $(srcdir)/config/bfin-parse.y

Oh, It's a typo of my last patch to rename bfin-parse.tab.h to
bfin-parse.h. It should be

  bfin-parse.c bfin-parse.h: $(srcdir)/config/bfin-parse.y

I will fix it when I can access the CVS on sourceware.org.

Anyway, writing both targets in yacc rule is a common practice. And
it's OK for itbl-parse.c and itbl-parse.h.

Thanks,
Jie



More information about the Binutils mailing list