summaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure.ac
diff options
context:
space:
mode:
authorGaius Mulley <gaius@glam.ac.uk>2007-10-16 17:28:56 +0000
committerGaius Mulley <gaius@glam.ac.uk>2007-10-16 17:28:56 +0000
commite831e7b6ed2afd432c9791873284b5a1db9c5b97 (patch)
tree8e1341346fcda786f5a76180dbdf2f20dee82e7c /gdb/testsuite/configure.ac
parent003bc0ba75a56c42eae3e0220a7d17dbedaf2609 (diff)
* configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
* configure.ac: Removed trailing spaces after backslash. * gdb.modula2: New directory. * gdb.modula2/Makefile.in: New file. * gdb.modula2/unbounded-array.exp: New file. * gdb.modula2/unbounded1.c: New file.
Diffstat (limited to 'gdb/testsuite/configure.ac')
-rw-r--r--gdb/testsuite/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac
index b93b9230ce..cc6f620d48 100644
--- a/gdb/testsuite/configure.ac
+++ b/gdb/testsuite/configure.ac
@@ -115,6 +115,6 @@ AC_OUTPUT([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.objc/Makefile \
- gdb.pascal/Makefile gdb.threads/Makefile gdb.trace/Makefile \
- gdb.xml/Makefile])
+ gdb.java/Makefile gdb.mi/Makefile gdb.modula2/Makefile \
+ gdb.objc/Makefile gdb.pascal/Makefile gdb.threads/Makefile \
+ gdb.trace/Makefile gdb.xml/Makefile])