diff --git a/ChangeLog b/ChangeLog index 19f0f62a02d..4540f864a16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Tue Nov 21 16:06:13 1995 Doug Evans +Tue Nov 21 16:48:02 1995 Doug Evans + + * configure.in (targargs): Fix typo. * Makefile.in (DEVO_SUPPORT): Add symlink-tree. diff --git a/configure.in b/configure.in index a50e49cf7fe..7e8eb3cfdab 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}"