mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
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
Block a user