aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure.ac
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-10-08 12:41:25 +0000
committerDaniel Jacobowitz <drow@false.org>2007-10-08 12:41:25 +0000
commita912286e388254bfa8e1120e176ebab17c2a2fe8 (patch)
tree965127635491717dc05fc02a23b252d3cbf07ea8 /gdb/testsuite/configure.ac
parent4d439271949d14903407bc0cccf36a3c3d70c371 (diff)
downloadgdb-a912286e388254bfa8e1120e176ebab17c2a2fe8.zip
gdb-a912286e388254bfa8e1120e176ebab17c2a2fe8.tar.gz
gdb-a912286e388254bfa8e1120e176ebab17c2a2fe8.tar.bz2
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
Daniel Jacobowitz <dan@codesourcery.com> * Makefile.in (ALL_SUBDIRS): Add gdb.pascal. * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile. * configure: Regenerated. * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas, gdb.pascal/types.exp, lib/pascal.exp: New files.
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 92f5f30..b93b923 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.threads/Makefile gdb.trace/Makefile \
+ gdb.java/Makefile gdb.mi/Makefile gdb.objc/Makefile \
+ gdb.pascal/Makefile gdb.threads/Makefile gdb.trace/Makefile \
gdb.xml/Makefile])