diff options
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]) |