diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index c815068c5..5cc63e8ab 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/Source/cmLocalUnixMakefileGenerator2.cxx @@ -1177,10 +1177,6 @@ cmLocalUnixMakefileGenerator2 std::vector no_depends; std::vector commands; - std::string preEcho = "Checking build system in "; - preEcho += m_Makefile->GetStartOutputDirectory(); - preEcho += "..."; - this->AppendEcho(commands, preEcho.c_str()); commands.push_back(runRule); this->WriteMakeRule(makefileStream, "Special rule to run CMake to check the build system "