STYLE: Fixed line-too-long.

This commit is contained in:
Brad King 2007-11-23 14:53:06 -05:00
parent 67e8012783
commit d48ab19efe

View File

@ -467,7 +467,8 @@ cmMakefileTargetGenerator
(compileCommands, (compileCommands,
this->Makefile->GetStartOutputDirectory(), this->Makefile->GetStartOutputDirectory(),
this->Makefile->GetHomeOutputDirectory()); this->Makefile->GetHomeOutputDirectory());
commands.insert(commands.end(), compileCommands.begin(), compileCommands.end()); commands.insert(commands.end(),
compileCommands.begin(), compileCommands.end());
std::string targetOutPathPDB; std::string targetOutPathPDB;
{ {