From 927b2b419c2db02ae44c12a6ee6bbd86602c6ad8 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 23 Jan 2004 13:43:33 -0500 Subject: [PATCH] BUG: jump over feature was not working for windows --- Source/cmLocalUnixMakefileGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 45be308db..53e89fd9f 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -1707,7 +1707,7 @@ void cmLocalUnixMakefileGenerator::OutputBuildTargetInDirWindows(std::ostream& f const char* fullpath) { std::string jumpBack = - cmSystemTools::RelativePath(cmSystemTools::GetProgramPath(fullpath).c_str(), + cmSystemTools::RelativePath(cmSystemTools::GetProgramPath(path).c_str(), m_Makefile->GetCurrentOutputDirectory()); jumpBack = this->ConvertToOutputForExisting(jumpBack.c_str()); std::string wpath = this->ConvertToOutputForExisting(path);