* gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
authorFred Fish <fnf@specifix.com>
Mon, 15 Jan 1996 18:34:28 +0000 (18:34 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 15 Jan 1996 18:34:28 +0000 (18:34 +0000)
[] tests with "test" and enclose string in quotes.
* gdb.stabs/configure: Rebuild

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.stabs/configure.in

index 689fcf35331c0d7094abbc8c06ffcaa27743e37d..9ee25fd09f4e8673f36f9f482d63adcaeb33ead5 100644 (file)
@@ -1,8 +1,9 @@
 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
 
-       * gdb.stabs/configure (alpha-*-*,mips-*-*): Add missing
-       "test" and enclose string in quotes.
-
+       * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
+       [] tests with "test" and enclose string in quotes.
+       * gdb.stabs/configure: Rebuild
+       
 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdb.base/corefile.exp: When generating a core, discard any
index 1f13679e5f83e044d57485d63f8e8d57af86e862..db96cf44e5d6cebfc2ac2a4d57d5ebd1776a9876 100644 (file)
@@ -17,7 +17,7 @@ case "${target}" in
 # Do any other machines use .stabx?  What about i386-*-aix*?
 rs6000-*-aix*)         target_makefile_frag=xcoff.mt ;;
 
-alpha-*-*)             if [ x${with_gnu_as} = xyes ]; then
+alpha-*-*)             if test "x${with_gnu_as}" = xyes ; then
                          target_makefile_frag=aout.mt
                        else
                          target_makefile_frag=alpha.mt
@@ -27,7 +27,7 @@ alpha-*-*)            if [ x${with_gnu_as} = xyes ]; then
 hppa*-*-*)             target_makefile_frag=hppa.mt ;;
 
 mips-*-bsd*)           target_makefile_frag=aout.mt ;;
-mips-*-*)              if [ x${with_gnu_as} = xyes ]; then
+mips-*-*)              if test "x${with_gnu_as}" = xyes ; then
                          target_makefile_frag=aout.mt
                        else
                          target_makefile_frag=ecoff.mt
This page took 0.029854 seconds and 4 git commands to generate.