This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Patch: fix #line directives in bison output
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 19 Nov 2010 21:07:52 -0800
- Subject: Re: Patch: fix #line directives in bison output
- References: <m3eiahb2wi.fsf@fleche.redhat.com>
Hi Tom,
I'll admit being lazy this evening and not having the energy trying to
understand the incantations being used in the makefile, and why we have
to make the following targets non-.PRECIOUS. Something did catch my eye,
though:
> -.PRECIOUS: ada-exp.c ada-lex.c
> -.PRECIOUS: c-exp.c
> -.PRECIOUS: f-exp.c
> -.PRECIOUS: jv-exp.c
> -.PRECIOUS: m2-exp.c
> -.PRECIOUS: objc-exp.c
> -.PRECIOUS: p-exp.c
> +.PRECIOUS: ada-exp.c
Did you mean the last line to be "ada-lex.c"?
--
Joel