From 5115ba4beb0bc1f0ce0d2681b0acf274edb0c400 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 24 Jul 2000 04:34:08 +0000 Subject: * configure.in: Use the same cache file for all target libs. * config-ml.in: But different cache files per multilib variant. --- config-ml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-ml.in') diff --git a/config-ml.in b/config-ml.in index 60b1d2c1f..e5ca10ec1 100644 --- a/config-ml.in +++ b/config-ml.in @@ -742,7 +742,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then cd ${ml_dir}/${ml_libdir} if [ -f ${ml_newsrcdir}/configure ]; then - ml_recprog=${ml_newsrcdir}/configure + ml_recprog="${ml_newsrcdir}/configure --cache-file=../config.cache" fi # find compiler flag corresponding to ${ml_dir} -- cgit v1.2.3