Browse Source

ENH: fix warning and also add back in build.make

Ken Martin 20 năm trước cách đây
mục cha
commit
db3d203893
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      Source/cmGlobalUnixMakefileGenerator3.cxx

+ 0 - 4
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();
 }