use -i not -k for make

This commit is contained in:
Bill Hoffman 2001-12-14 22:41:17 -05:00
parent 69cb66f7ff
commit 27522269ff
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ bool cmBuildCommand::InitialPass(std::vector<std::string> const& args)
else
{
makecommand = makeprogram;
makecommand += " -k";
makecommand += " -i";
}
m_Makefile->AddCacheDefinition(define,
makecommand.c_str(),