changeset 157:dff36fab9e7e

Of course there's a bug. (The ranlib fix was apparently a NOP, this should actually fix it.)
author Rob Landley <rob@landley.net>
date Mon, 09 Apr 2007 14:38:48 -0400
parents ad6b2ba3ea2d
children 1b387d40e235
files mini-native.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Mon Apr 09 12:10:09 2007 -0400
+++ b/mini-native.sh	Mon Apr 09 14:38:48 2007 -0400
@@ -145,7 +145,7 @@
 bash_cv_have_mbstate_t=yes
 bash_cv_getenv_redef=no
 EOF
-CC="${ARCH}-gcc" RANLIB="$(ARCH)-ranlib" ./configure --prefix="${TOOLS}" \
+CC="${ARCH}-gcc" RANLIB="${ARCH}-ranlib" ./configure --prefix="${TOOLS}" \
   --build="${CROSS_HOST}" --host="${CROSS_TARGET}" --cache-file=config.cache \
   --without-bash-malloc --disable-readline &&
 make &&