This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Makefile and bfin-parse.c ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]