From db3d2038934eb7defe05a76b5f417781082714de Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 20 May 2005 08:45:52 -0400 Subject: [PATCH] ENH: fix warning and also add back in build.make --- Source/cmGlobalUnixMakefileGenerator3.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 96c72207a..861ee05a2 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(); }