From d6a3268b3ed71ce36ce78f3a20b01a7eabe7601d Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 8 Aug 2005 11:28:28 -0400 Subject: [PATCH] BUG: Do not escape CMAKE_COMMAND twice. --- Source/cmLocalUnixMakefileGenerator3.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 44dce7e38a..a6e539198f 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -930,8 +930,7 @@ cmLocalUnixMakefileGenerator3 } std::string cmakecommand = - this->ConvertToOutputForExisting( - m_Makefile->GetRequiredDefinition("CMAKE_COMMAND")); + m_Makefile->GetRequiredDefinition("CMAKE_COMMAND"); makefileStream << "# The CMake executable.\n" << "CMAKE_COMMAND = "