* configure.in (targargs): Fix typo.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 22 Nov 1995 00:49:42 +0000 (00:49 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 22 Nov 1995 00:49:42 +0000 (00:49 +0000)
ChangeLog
configure.in

index 19f0f62a02d7bd95d1a1165be109f1f044331083..4540f864a16c5a14ff934435c38b8318e070211c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index a50e49cf7febab2ab89aee47fdb9abb482adb200..7e8eb3cfdabda75a6d701f3ea388413eaf0ada44 100644 (file)
@@ -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}"
This page took 0.037455 seconds and 4 git commands to generate.