diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 97f7f10..a9f94aa 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -209,7 +209,6 @@ protected: cmTarget& target, cmSourceFile& source, std::vector<std::string>& depends, - std::string &depMakeFile, std::ostream &filestr); // write the depend.make file for an object @@ -217,14 +216,11 @@ protected: std::string& obj, const char *lang, cmSourceFile& source, - std::vector<std::string>& depends, - std::string& depMarkFile); + std::vector<std::string>& depends); // this is used only by WriteObjectDependFile bool GenerateDependsMakeFile(const std::string& lang, - const char* objFile, - std::string& depMakeFile, - std::string& depMarkFile); + const char* objFile); // return the appropriate depends checker cmDepends* GetDependsChecker(const std::string& lang, |