diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMakefileExecutableTargetGenerator.cxx | 3 | ||||
-rw-r--r-- | Source/cmMakefileLibraryTargetGenerator.cxx | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmMakefileExecutableTargetGenerator.cxx b/Source/cmMakefileExecutableTargetGenerator.cxx index 06305d0..c741284 100644 --- a/Source/cmMakefileExecutableTargetGenerator.cxx +++ b/Source/cmMakefileExecutableTargetGenerator.cxx @@ -380,9 +380,6 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink) buildObjs += variableNameExternal; buildObjs += ")"; } - std::string cleanObjs = "$("; - cleanObjs += variableName; - cleanObjs += ")"; cmLocalGenerator::RuleVariables vars; vars.Language = linkLanguage; diff --git a/Source/cmMakefileLibraryTargetGenerator.cxx b/Source/cmMakefileLibraryTargetGenerator.cxx index 1a43831..9cde469 100644 --- a/Source/cmMakefileLibraryTargetGenerator.cxx +++ b/Source/cmMakefileLibraryTargetGenerator.cxx @@ -717,9 +717,6 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules buildObjs += variableNameExternal; buildObjs += ")"; } - std::string cleanObjs = "$("; - cleanObjs += variableName; - cleanObjs += ")"; cmLocalGenerator::RuleVariables vars; vars.TargetPDB = targetOutPathPDB.c_str(); |