mirror of https://github.com/MidnightCommander/mc
Added MAKE=${mc_make} to the configure arguments.
This commit is contained in:
parent
2f08bc1c8f
commit
6f4c5ac110
|
@ -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}\""
|
||||
|
|
Loading…
Reference in New Issue