diff options
author | Gaius Mulley <gaius@glam.ac.uk> | 2007-10-16 17:28:56 +0000 |
---|---|---|
committer | Gaius Mulley <gaius@glam.ac.uk> | 2007-10-16 17:28:56 +0000 |
commit | e831e7b6ed2afd432c9791873284b5a1db9c5b97 (patch) | |
tree | 8e1341346fcda786f5a76180dbdf2f20dee82e7c /gdb/testsuite/configure.ac | |
parent | 003bc0ba75a56c42eae3e0220a7d17dbedaf2609 (diff) | |
download | gdb-e831e7b6ed2afd432c9791873284b5a1db9c5b97.zip gdb-e831e7b6ed2afd432c9791873284b5a1db9c5b97.tar.gz gdb-e831e7b6ed2afd432c9791873284b5a1db9c5b97.tar.bz2 |
* 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.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac index b93b923..cc6f620 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]) |