This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: Patch: fix #line directives in bison output


Joel> Did you mean the last line to be "ada-lex.c"?

Tom> Yeah, oops.
Tom> I will fix it shortly.

Here's the patch.

Tom

2010-11-22  Tom Tromey  <tromey@redhat.com>

	* Makefile.in (.PRECIOUS): Reference ada-lex.c.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.1140
diff -u -r1.1140 Makefile.in
--- Makefile.in	19 Nov 2010 18:10:51 -0000	1.1140
+++ Makefile.in	22 Nov 2010 20:28:00 -0000
@@ -1653,7 +1653,7 @@
 	    false; \
 	fi
 
-.PRECIOUS: ada-exp.c
+.PRECIOUS: ada-lex.c
 
 # XML rules
 


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