Makefile and bfin-parse.c ?

Ian Lance Taylor ian@airs.com
Mon Oct 24 18:37:00 GMT 2005


Jie Zhang <jzhang918@gmail.com> writes:

> On 24 Oct 2005 10:33:57 -0700, Ian Lance Taylor <ian@airs.com> wrote:
> > Jie Zhang <jzhang918@gmail.com> writes:
> >
> > The obvious difference is that I see
> > itbl-parse.c and itbl-parse.h, but I see bfin-parse.c and
> > bfin-parse.tab.h.  Perhaps if you change bfin-parse.tab.h to
> > bfin-parse.h automake will recognize what is going on.
> >
> I tried it. The warnings were still there.

I suppose the other thing to try would be to separate the targets:

bfin-parse.c: ...
	...
bfin-parse.h: bfin-parse.c

Or ask on the automake mailing list.

Ian



More information about the Binutils mailing list