diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp index cc13b97895a..9275ef86a6c 100644 --- a/src/plugins/projectexplorer/customtoolchain.cpp +++ b/src/plugins/projectexplorer/customtoolchain.cpp @@ -460,7 +460,7 @@ void CustomToolChainConfigWidget::applyImpl() Q_ASSERT(tc); QString displayName = tc->displayName(); tc->setCompilerCommand(m_compilerCommand->fileName()); - tc->setMakeCommand(m_compilerCommand->fileName()); + tc->setMakeCommand(m_makeCommand->fileName()); tc->setTargetAbi(m_abiWidget->currentAbi()); tc->setPredefinedMacros(m_predefinedDetails->entries()); tc->setHeaderPaths(m_headerDetails->entries());