aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-01-15 18:34:28 +0000
committerFred Fish <fnf@specifix.com>1996-01-15 18:34:28 +0000
commitc4e13a2783a0ac26408bcd1e4176e5fc70194414 (patch)
tree736374de124a912d1fe90a6a734a70f2a903438f /gdb
parent8dd0158ff03dc47c5205d8b1d1f54193e3ed1eb4 (diff)
downloadgdb-c4e13a2783a0ac26408bcd1e4176e5fc70194414.zip
gdb-c4e13a2783a0ac26408bcd1e4176e5fc70194414.tar.gz
gdb-c4e13a2783a0ac26408bcd1e4176e5fc70194414.tar.bz2
* gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
[] tests with "test" and enclose string in quotes. * gdb.stabs/configure: Rebuild
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog7
-rw-r--r--gdb/testsuite/gdb.stabs/configure.in4
2 files changed, 6 insertions, 5 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 689fcf3..9ee25fd0 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
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