From 0fec8c8ce9ebcd04750418289fbdf97e25764b6e Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 18 Jun 2004 13:00:38 -0400 Subject: [PATCH] ERR: Fixed typo. --- Source/cmLocalUnixMakefileGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 5da812c032..29762b7b0b 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -2498,7 +2498,7 @@ void cmLocalUnixMakefileGenerator::OutputMakeVariables(std::ostream& fout) // CMake versions below 2.0 would add the source tree to the -I path // automatically. Preserve compatibility. const char* versionValue = - this->GetDefinition("CMAKE_BACKWARDS_COMPATIBILITY"); + m_Makefile->GetDefinition("CMAKE_BACKWARDS_COMPATIBILITY"); if(versionValue) { int major = 0;