Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] Add ada-lex.c to YYFILES in Makefile.in
@ 2005-10-20 21:00 Joel Brobecker
  2005-10-21  5:42 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2005-10-20 21:00 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

See http://sources.redhat.com/ml/gdb/2005-10/msg00118.html for the
motivation. Thanks to Daniel for the suggestion.

2005-10-20  Joel Brobecker  <brobecker@adacore.com>

        * Makefile.in (YYFILES): Add ada-lex.c

Tested on x86-linux by doing a "make -f src-release gdb.tar".
The resulting tarball contained the ada-lex.c file.

OK to commit?
-- 
Joel

[-- Attachment #2: Makefile.in.diff --]
[-- Type: text/plain, Size: 442 bytes --]

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.756
diff -u -p -r1.756 Makefile.in
--- Makefile.in	13 Oct 2005 09:31:59 -0000	1.756
+++ Makefile.in	20 Oct 2005 16:59:55 -0000
@@ -948,6 +948,7 @@ SUBDIRS = @subdirs@
 YYFILES = c-exp.c \
 	cp-name-parser.c \
 	objc-exp.c \
+	ada-lex.c \
 	ada-exp.c \
 	jv-exp.c \
 	f-exp.c m2-exp.c p-exp.c

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-21  6:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-20 21:00 [RFA] Add ada-lex.c to YYFILES in Makefile.in Joel Brobecker
2005-10-21  5:42 ` Daniel Jacobowitz
2005-10-21  6:26   ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox