diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-11-22 00:49:42 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-11-22 00:49:42 +0000 |
commit | 90bdf86429dbaaf34530feacd24bbf29ab09a4a3 (patch) | |
tree | cc1eef014a1e98a2514c2e3216e5d8d334d3169a | |
parent | 283a2b3dbf732783e8b582adaceca8455ae15b90 (diff) | |
download | gdb-90bdf86429dbaaf34530feacd24bbf29ab09a4a3.zip gdb-90bdf86429dbaaf34530feacd24bbf29ab09a4a3.tar.gz gdb-90bdf86429dbaaf34530feacd24bbf29ab09a4a3.tar.bz2 |
* configure.in (targargs): Fix typo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ -Tue Nov 21 16:06:13 1995 Doug Evans <dje@canuck.cygnus.com> +Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com> + + * configure.in (targargs): Fix typo. * Makefile.in (DEVO_SUPPORT): Add symlink-tree. diff --git a/configure.in b/configure.in index a50e49c..7e8eb3c 100644 --- a/configure.in +++ b/configure.in @@ -665,7 +665,7 @@ targargs=`echo "${arguments}" | \ # sorts of decisions they want to make on this basis. Please consider # this option to be deprecated. FIXME. if [ x${is_cross_compiler} = xyes ]; then - targargs="--with-cross-host=${host_alias} $[targargs}" + targargs="--with-cross-host=${host_alias} ${targargs}" fi targargs="--host=${target_alias} ${targargs}" |