diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index d2652f7da..4bd9191f0 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -681,7 +681,7 @@ void cmLocalGenerator::AddBuildTargetRule(const std::string& llang, objVector.push_back(ofname); this->AddCustomCommandToCreateObject(ofname.c_str(), llang, *(*i), target); - objs += this->Convert(ofname,START_OUTPUT,MAKERULE); + objs += this->Convert(ofname,START_OUTPUT,SHELL); objs += " "; } }