summaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure.ac
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2010-02-19 17:13:21 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2010-02-19 17:13:21 +0000
commit57bb97a4923072910c9bd93ec1b23ac45dcbd1d1 (patch)
treed4c65529bb1f567fa9f74b64119a25f26acf0045 /gdb/testsuite/configure.ac
parent672d9c23b3246028ca5f134f67895f59b6f98c8e (diff)
testsuite/
* configure.ac: Add gdb.multi/Makefile to AC_OUTPUT. * configure: Regenerate.
Diffstat (limited to 'gdb/testsuite/configure.ac')
-rw-r--r--gdb/testsuite/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac
index 9874b10947..c8668e52a9 100644
--- a/gdb/testsuite/configure.ac
+++ b/gdb/testsuite/configure.ac
@@ -142,8 +142,8 @@ AC_OUTPUT([Makefile \
gdb.ada/Makefile \
gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \
gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile \
- gdb.fortran/Makefile gdb.server/Makefile \
- gdb.java/Makefile gdb.mi/Makefile gdb.modula2/Makefile \
+ gdb.fortran/Makefile gdb.server/Makefile gdb.java/Makefile \
+ gdb.mi/Makefile gdb.modula2/Makefile gdb.multi/Makefile \
gdb.objc/Makefile gdb.opt/Makefile gdb.pascal/Makefile \
gdb.python/Makefile gdb.reverse/Makefile \
gdb.threads/Makefile gdb.trace/Makefile gdb.xml/Makefile])