diff options
author | Michael Chastain <mec@google.com> | 2004-07-20 23:11:21 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-07-20 23:11:21 +0000 |
commit | 8a12c1f0c41292f7bbed2e01f931e3d4aef5dc5a (patch) | |
tree | 7ae2b71b161c2345bac6e70690ec5a52ef20ce4c /gdb/testsuite/configure | |
parent | 412b306056ad201354be62ca2c9330a85c09aaad (diff) | |
download | gdb-8a12c1f0c41292f7bbed2e01f931e3d4aef5dc5a.zip gdb-8a12c1f0c41292f7bbed2e01f931e3d4aef5dc5a.tar.gz gdb-8a12c1f0c41292f7bbed2e01f931e3d4aef5dc5a.tar.bz2 |
2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
* gdb.ada/gnat_ada.gpr.in: Rename from here ...
* gdb.ada/gnat_ada.gin: ... to here.
* configure.in: Use gnat_ada.gin.
* configure: Regenerate.
Diffstat (limited to 'gdb/testsuite/configure')
-rwxr-xr-x | gdb/testsuite/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure index cbf3652..b8c9732 100755 --- a/gdb/testsuite/configure +++ b/gdb/testsuite/configure @@ -1049,7 +1049,8 @@ done ac_given_srcdir=$srcdir -trap 'rm -fr `echo "Makefile gdb.ada/Makefile gdb.ada/gnat_ada.gpr \ +trap 'rm -fr `echo "Makefile \ + gdb.ada/Makefile gdb.ada/gnat_ada.gpr:gdb.ada/gnat_ada.gin \ gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ gdb.cp/Makefile gdb.disasm/Makefile gdb.java/Makefile gdb.mi/Makefile \ gdb.objc/Makefile gdb.threads/Makefile gdb.trace/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 @@ -1144,7 +1145,8 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"Makefile gdb.ada/Makefile gdb.ada/gnat_ada.gpr \ +CONFIG_FILES=\${CONFIG_FILES-"Makefile \ + gdb.ada/Makefile gdb.ada/gnat_ada.gpr:gdb.ada/gnat_ada.gin \ gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ gdb.cp/Makefile gdb.disasm/Makefile gdb.java/Makefile gdb.mi/Makefile \ gdb.objc/Makefile gdb.threads/Makefile gdb.trace/Makefile"} |