diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index a9f94aa..1a4fae2 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -212,10 +212,7 @@ protected: std::ostream &filestr); // write the depend.make file for an object - void WriteObjectDependRules(std::ostream& ruleFileStream, - std::string& obj, - const char *lang, - cmSourceFile& source, + void WriteObjectDependRules(cmSourceFile& source, std::vector<std::string>& depends); // this is used only by WriteObjectDependFile |