diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-15 00:23:53 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-15 00:23:53 +0200 |
commit | 06f56d3bf5d8210d190e1bfcf05673ceb78c5594 (patch) | |
tree | dc84e7750e407fc6e94d53488125cc504a6a6730 /Source/cmMakefileLibraryTargetGenerator.cxx | |
parent | c8f8f16541f3ac6af3397f3a78ee68fc963af151 (diff) | |
download | cmake-06f56d3bf5d8210d190e1bfcf05673ceb78c5594.tar.gz |
cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget.
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.cxx')
-rw-r--r-- | Source/cmMakefileLibraryTargetGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.cxx b/Source/cmMakefileLibraryTargetGenerator.cxx index 8b60a23b64..1278dcd458 100644 --- a/Source/cmMakefileLibraryTargetGenerator.cxx +++ b/Source/cmMakefileLibraryTargetGenerator.cxx @@ -444,7 +444,7 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules if(this->Target->GetType() == cmTarget::STATIC_LIBRARY) { this->LocalGenerator->AppendCleanCommand(commands1, libCleanFiles, - *this->Target, "target"); + this->GeneratorTarget, "target"); this->LocalGenerator->CreateCDCommand (commands1, this->Makefile->GetCurrentBinaryDirectory(), |