summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-14 22:23:53 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-14 22:23:53 (GMT)
commit06f56d3bf5d8210d190e1bfcf05673ceb78c5594 (patch)
treedc84e7750e407fc6e94d53488125cc504a6a6730 /Source/cmMakefileTargetGenerator.cxx
parentc8f8f16541f3ac6af3397f3a78ee68fc963af151 (diff)
downloadCMake-06f56d3bf5d8210d190e1bfcf05673ceb78c5594.zip
CMake-06f56d3bf5d8210d190e1bfcf05673ceb78c5594.tar.gz
CMake-06f56d3bf5d8210d190e1bfcf05673ceb78c5594.tar.bz2
cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index 94d583b..007a997 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -932,7 +932,7 @@ void cmMakefileTargetGenerator::WriteTargetCleanRules()
// Construct the clean command.
this->LocalGenerator->AppendCleanCommand(commands, this->CleanFiles,
- *this->Target);
+ this->GeneratorTarget);
this->LocalGenerator->CreateCDCommand
(commands,
this->LocalGenerator->GetCurrentBinaryDirectory(),