summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-05-20 12:45:52 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-05-20 12:45:52 (GMT)
commitdb3d2038934eb7defe05a76b5f417781082714de (patch)
tree289964440cfa4e8a93aa307b6d20141aa7867358 /Source/cmGlobalUnixMakefileGenerator3.cxx
parent9d8d6c14c1a2ab4b912eedfba5a6212be032297d (diff)
downloadCMake-db3d2038934eb7defe05a76b5f417781082714de.zip
CMake-db3d2038934eb7defe05a76b5f417781082714de.tar.gz
CMake-db3d2038934eb7defe05a76b5f417781082714de.tar.bz2
ENH: fix warning and also add back in build.make
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index 96c7220..861ee05 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -101,11 +101,7 @@ void cmGlobalUnixMakefileGenerator3::Generate()
this->WriteMainCMakefile();
// now write the support Makefiles
-
- // we no longr use the build makefile, TODO remove this code and the code
- // it makes use of later on
this->WriteBuildMakefile();
-
this->WriteCleanMakefile();
}