|
|
|
@ -553,6 +553,7 @@ multi-do: |
|
|
|
LIBCFLAGS="$(LIBCFLAGS) $${flags}" \ |
|
|
|
LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \ |
|
|
|
LDFLAGS="$(LDFLAGS) $${flags}" \ |
|
|
|
MULTIFLAGS="$${flags}" \ |
|
|
|
DESTDIR="$(DESTDIR)" \ |
|
|
|
INSTALL="$(INSTALL)" \ |
|
|
|
INSTALL_DATA="$(INSTALL_DATA)" \ |
|
|
|
@ -765,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} |
|
|
|
|