diff options
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index 0a5b17a..5a3925d 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -38,7 +38,7 @@ public: * in the makefile. These would have been generated * by the class cmMakeDepend. */ - void OutputDepends(std::ostream&); + void OutputObjectDepends(std::ostream&); protected: void OutputMakefile(const char* file); @@ -48,7 +48,7 @@ protected: void OutputExecutableRules(std::ostream&); void OutputSubDirectoryRules(std::ostream&); void OutputDependInformation(std::ostream&); - void OutputDependLibraries(std::ostream&); + void OutputDependencies(std::ostream&); void OutputCustomRules(std::ostream&); }; |