diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-04-01 17:48:56 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-04-01 17:48:56 +0000 |
commit | f86ef5a3a24cdfc4ab8c269b5e9fb2c66b787831 (patch) | |
tree | cbfb745cd0b6e8de76cd435a48bfe9b2d224ccc0 /gdb/testsuite/configure | |
parent | 414e70e3d0b9db60b826689d972f7781eafd5998 (diff) | |
download | gdb-f86ef5a3a24cdfc4ab8c269b5e9fb2c66b787831.zip gdb-f86ef5a3a24cdfc4ab8c269b5e9fb2c66b787831.tar.gz gdb-f86ef5a3a24cdfc4ab8c269b5e9fb2c66b787831.tar.bz2 |
* configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
* configure: Regenerate.
Diffstat (limited to 'gdb/testsuite/configure')
-rwxr-xr-x | gdb/testsuite/configure | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure index 1419ba1..cbf3652 100755 --- a/gdb/testsuite/configure +++ b/gdb/testsuite/configure @@ -917,7 +917,7 @@ else if { (eval echo configure:918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;; + *.c | *.o | *.obj | *.ilk | *.pdb) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -1049,7 +1049,8 @@ done ac_given_srcdir=$srcdir -trap 'rm -fr `echo "Makefile gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ +trap 'rm -fr `echo "Makefile gdb.ada/Makefile gdb.ada/gnat_ada.gpr \ + 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 EOF @@ -1143,7 +1144,8 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"Makefile gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ +CONFIG_FILES=\${CONFIG_FILES-"Makefile gdb.ada/Makefile gdb.ada/gnat_ada.gpr \ + 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"} EOF |