aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.stabs/configure.in')
-rw-r--r--gdb/testsuite/gdb.stabs/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.stabs/configure.in b/gdb/testsuite/gdb.stabs/configure.in
index 1f13679..db96cf4 100644
--- a/gdb/testsuite/gdb.stabs/configure.in
+++ b/gdb/testsuite/gdb.stabs/configure.in
@@ -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