FYI: add gdb.go to testsuite/Makefile.in

Tom Tromey tromey@redhat.com
Mon Aug 12 20:53:00 GMT 2013


I'm checking this in.

While working on something else I noticed that gdb.go is not in the list
of subdirs in testsuite/Makefile.in.  This patch adds it.

Tom

2013-08-12  Tom Tromey  <tromey@redhat.com>

	* Makefile.in (ALL_SUBDIRS): Add gdb.go.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/Makefile.in,v
retrieving revision 1.45
diff -u -r1.45 Makefile.in
--- Makefile.in	11 Mar 2013 08:59:00 -0000	1.45
+++ Makefile.in	12 Aug 2013 20:51:43 -0000
@@ -33,7 +33,7 @@
 SUBDIRS = @subdirs@
 RPATH_ENVVAR = @RPATH_ENVVAR@
 ALL_SUBDIRS = gdb.ada gdb.arch gdb.asm gdb.base gdb.btrace gdb.cell gdb.cp \
-	gdb.disasm gdb.dwarf2 gdb.fortran gdb.gdb gdb.hp \
+	gdb.disasm gdb.dwarf2 gdb.fortran gdb.gdb gdb.go gdb.hp \
 	gdb.java gdb.linespec gdb.mi gdb.modula2 gdb.multi \
 	gdb.objc gdb.opencl gdb.opt gdb.pascal gdb.python gdb.server \
 	gdb.stabs gdb.reverse gdb.threads gdb.trace gdb.xml \



More information about the Gdb-patches mailing list