diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 54d3ddc..4864ffb 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -272,7 +272,8 @@ protected: void AppendCustomCommand(std::vector<std::string>& commands, const cmCustomCommand& cc); void AppendCleanCommand(std::vector<std::string>& commands, - const std::vector<std::string>& files); + const std::vector<std::string>& files, + cmTarget& target, const char* filename =0); private: friend class cmMakefileTargetGenerator; |