COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.

This commit is contained in:
Brad King
2006-01-13 18:33:51 -05:00
parent 22c62c9e65
commit 327489ae59
3 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -1523,7 +1523,7 @@ cmLocalUnixMakefileGenerator3
// Collect up flags to link in needed libraries.
cmOStringStream linklibs;
this->OutputLinkLibraries(linklibs, 0, target);
this->OutputLinkLibraries(linklibs, target);
// Construct object file lists that may be needed to expand the
// rule.
@@ -1868,7 +1868,7 @@ cmLocalUnixMakefileGenerator3
// Collect up flags to link in needed libraries.
cmOStringStream linklibs;
this->OutputLinkLibraries(linklibs, target.GetName(), target);
this->OutputLinkLibraries(linklibs, target);
// Construct object file lists that may be needed to expand the
// rule.