diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:35:07 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:35:07 +0000 |
commit | 149cb58d7e3c08500edfef17383b69f012c01689 (patch) | |
tree | b85130ed72519668cccefc88ca733fcc08262642 /config-ml.in | |
parent | e0cd558aaae1d2c457f3963c58e78ec419f0712a (diff) | |
download | binutils-149cb58d7e3c08500edfef17383b69f012c01689.zip binutils-149cb58d7e3c08500edfef17383b69f012c01689.tar.gz binutils-149cb58d7e3c08500edfef17383b69f012c01689.tar.bz2 |
* config-ml.in: Update from GCC.
Diffstat (limited to 'config-ml.in')
-rw-r--r-- | config-ml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-ml.in b/config-ml.in index 88c9e81..cc9cf66 100644 --- a/config-ml.in +++ b/config-ml.in @@ -895,7 +895,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then if eval ${ml_config_env} ${ml_config_shell} ${ml_recprog} \ --with-multisubdir=${ml_dir} --with-multisrctop=${multisrctop} \ - ${ac_configure_args} ${ml_srcdiroption} ; then + ${ac_configure_args} ${ml_config_env} ${ml_srcdiroption} ; then true else exit 1 |