diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-05 00:41:14 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-05 00:41:14 +0000 |
commit | 090b36fbce47c10356f3d7e95f75ace7dc519818 (patch) | |
tree | 6ffdba5bef7531c78b50f1168167a87791e5545b /config-ml.in | |
parent | 1af56aa4b6a52599dda7006a3cf031ed1fbad00f (diff) | |
download | gcc-090b36fbce47c10356f3d7e95f75ace7dc519818.tar.gz |
* config-ml.in: Don't mess with the cache file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75406 138bc75d-0d04-0410-961f-82ee72b054a4
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 fb9e050b149..b2e4ea9cf97 100644 --- a/config-ml.in +++ b/config-ml.in @@ -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} |