diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/Makefile.in | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.twreverse/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ea2401be8bd..bd43ebf3a0a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-09-07 Hui Zhu <teawater@gmail.com> + + * Makefile.in: Add "gdb.twreverse" to "ALL_SUBDIRS". + * gdb.twreverse/Makefile.in: TAB instead of 8 spaces. + 2008-09-06 Michael Snyder <msnyder@vmware.com> * gdb.twreverse/step-reverse.exp: Add $gdb_prompt to regexps. diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 9b55f847d6d..6a10462bf07 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -37,7 +37,7 @@ 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.xml \ + gdb.xml gdb.twreverse \ $(SUBDIRS) EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \ diff --git a/gdb/testsuite/gdb.twreverse/Makefile.in b/gdb/testsuite/gdb.twreverse/Makefile.in index 959e4f7da78..7a282f6fc82 100644 --- a/gdb/testsuite/gdb.twreverse/Makefile.in +++ b/gdb/testsuite/gdb.twreverse/Makefile.in @@ -5,7 +5,7 @@ EXECUTABLES = break-reverse step-reverse return2-reverse MISCELLANEOUS = all info install-info dvi install uninstall installcheck check: - @echo "Nothing to be done for $@..." + @echo "Nothing to be done for $@..." clean mostlyclean: rm -f *~ *.o *.x *.ci a.out core |