summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-07 14:54:46 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-07 14:54:46 (GMT)
commit112707a9dc5e56d1a492e13983a01f949d1def95 (patch)
tree79f4fd304ba058195be6d17d93608e5d282d0525 /Source/cmUnixMakefileGenerator.h
parent87cbb11742089e8ad957f91d721dc3219b5a360b (diff)
downloadCMake-112707a9dc5e56d1a492e13983a01f949d1def95.zip
CMake-112707a9dc5e56d1a492e13983a01f949d1def95.tar.gz
CMake-112707a9dc5e56d1a492e13983a01f949d1def95.tar.bz2
Clean up a bit more
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index db8369b..0ecc212 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -104,7 +104,6 @@ private:
void ProcessDepends(const cmMakeDepend &md);
void GenerateCacheOnly();
void OutputMakefile(const char* file);
- void OutputMakeFlags(std::ostream&);
void OutputTargetRules(std::ostream& fout);
void OutputLinkLibraries(std::ostream&, const char* name, const cmTarget &);