Added MAKE=${mc_make} to the configure arguments.

This commit is contained in:
Roland Illig 2005-02-18 19:26:11 +00:00
parent 2f08bc1c8f
commit 6f4c5ac110
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ confbuild_configure() {
cd "${test_workdir}"
cmd="${test_srcdir}/configure"
cmd="${cmd} --prefix=\"${test_prefix}\""
cmd="${cmd} MAKE=\"${mc_make}\""
cmd="${cmd} CPP=\"${mc_cpp}\""
cmd="${cmd} CPPFLAGS=\"${mc_cppflags}\""
cmd="${cmd} CC=\"${mc_cc}\""