summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-15 00:23:53 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-15 00:23:53 +0200
commit06f56d3bf5d8210d190e1bfcf05673ceb78c5594 (patch)
treedc84e7750e407fc6e94d53488125cc504a6a6730 /Source/cmLocalUnixMakefileGenerator3.h
parentc8f8f16541f3ac6af3397f3a78ee68fc963af151 (diff)
downloadcmake-06f56d3bf5d8210d190e1bfcf05673ceb78c5594.tar.gz
cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index fb5ac2ff98..032e501d02 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -226,7 +226,7 @@ protected:
std::ostream* content = 0);
void AppendCleanCommand(std::vector<std::string>& commands,
const std::vector<std::string>& files,
- cmTarget& target, const char* filename =0);
+ cmGeneratorTarget* target, const char* filename =0);
// Helper methods for dependeny updates.
bool ScanDependencies(const char* targetDir,