summaryrefslogtreecommitdiff
path: root/Source/cmBuildCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-14 22:41:17 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-14 22:41:17 -0500
commit27522269ff5507a6a25196e3329db7eea6a1fa2e (patch)
treec502a2c1299120df7778362634607c3bdb437667 /Source/cmBuildCommand.cxx
parent69cb66f7ffd5541f60026135fa521f0369210bab (diff)
downloadcmake-27522269ff5507a6a25196e3329db7eea6a1fa2e.tar.gz
use -i not -k for make
Diffstat (limited to 'Source/cmBuildCommand.cxx')
-rw-r--r--Source/cmBuildCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx
index bc4bcbab49..b7cee82dcc 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(),