summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-02 16:44:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-02 16:44:09 (GMT)
commit96b52c17877e45e73a5a8b810f653eec7d02e498 (patch)
treeeb7c996a62f151b29086ffcf1b45992a66cb8f10 /Source
parent7d82ffaf000b1393ef52d491e8a481ec18d3b7b9 (diff)
downloadCMake-96b52c17877e45e73a5a8b810f653eec7d02e498.zip
CMake-96b52c17877e45e73a5a8b810f653eec7d02e498.tar.gz
CMake-96b52c17877e45e73a5a8b810f653eec7d02e498.tar.bz2
BUG: need to make sure paths are OK
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index 171750a..0df7ce1 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -543,9 +543,9 @@ std::string cmGlobalUnixMakefileGenerator3::GenerateBuildCommand(const char* mak
lg->GetMakefile()->SetStartOutputDirectory
(this->CMakeInstance->GetStartOutputDirectory());
lg->GetMakefile()->MakeStartDirectoriesCurrent();
- lg->SetupPathConversions();
}
+ lg->SetupPathConversions();
makeCommand += " \"";
std::string tname = targetName;
tname += "/fast";