This is the mail archive of the archer@sourceware.org mailing list for the Archer 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]

[patch] make check doesn't create gdb.python


Greetings,

This is rather on the obious side: make check fails to create
gdb.python (when build tree is separate from source tree).

OK?
--
Paul Pluzhnikov

2008-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>

	* Makefile.in: Add gdb.python to ALL_SUBDIRS
	

diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index b97f860..11fc26e 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -36,7 +36,7 @@ RPATH_ENVVAR = @RPATH_ENVVAR@
 ALL_SUBDIRS = gdb.ada gdb.arch gdb.asm gdb.base gdb.cp gdb.disasm \
        gdb.dwarf2 \
        gdb.fortran gdb.server gdb.java gdb.mi \
-       gdb.objc gdb.opt gdb.pascal gdb.threads gdb.trace \
+       gdb.objc gdb.opt gdb.pascal gdb.python gdb.threads gdb.trace \
        gdb.xml \
        $(SUBDIRS)
 


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