Remove unnecessary new line
This commit is contained in:
parent
8cac76825f
commit
25b5897ffa
|
@ -280,7 +280,7 @@ void cmLocalBorlandMakefileGenerator::OutputStaticLibraryRule(std::ostream& fout
|
||||||
|
|
||||||
command += " $(";
|
command += " $(";
|
||||||
command += this->CreateMakeVariable(name, "_SRC_OBJS_QUOTED") + ")";
|
command += this->CreateMakeVariable(name, "_SRC_OBJS_QUOTED") + ")";
|
||||||
command += "\n|\n";
|
command += "\n|";
|
||||||
std::string comment = "rule to build static library: ";
|
std::string comment = "rule to build static library: ";
|
||||||
comment += name;
|
comment += name;
|
||||||
std::string customCommands = this->CreateTargetRules(t, name);
|
std::string customCommands = this->CreateTargetRules(t, name);
|
||||||
|
|
Loading…
Reference in New Issue