STYLE: Fixed line length.

This commit is contained in:
Brad King 2006-08-08 13:02:07 -04:00
parent 6ad36e407e
commit c3a22c011d
1 changed files with 2 additions and 1 deletions

View File

@ -358,7 +358,8 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules
std::string cleanFullSharedRealName = outpath + cleanSharedRealName;
std::string cleanFullImportName = outpath + cleanImportName;
libCleanFiles.push_back
(this->Convert(cleanFullStaticName.c_str(),cmLocalGenerator::START_OUTPUT,
(this->Convert(cleanFullStaticName.c_str(),
cmLocalGenerator::START_OUTPUT,
cmLocalGenerator::UNCHANGED));
if(cleanSharedRealName != cleanStaticName)
{