Commit 8b21cda6 by Nathanael Nerode

* config-ml.in: Don't mess with the cache file.

From-SVN: r75406
parent 016d7f3e
2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
* config-ml.in: Don't mess with the cache file.
2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
* MAINTAINERS: Move myself from 'Write After Approval' to
......
......@@ -766,7 +766,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
cd ${ml_dir}/${ml_libdir}
if [ -f ${ml_newsrcdir}/configure ]; then
ml_recprog="${ml_newsrcdir}/configure --cache-file=../config.cache"
ml_recprog="${ml_newsrcdir}/configure"
fi
# find compiler flag corresponding to ${ml_dir}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment