summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmBuildCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx
index bc4bcba..b7cee82 100644
--- a/Source/cmBuildCommand.cxx
+++ b/Source/cmBuildCommand.cxx
@@ -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(),