BUG: need to make sure paths are OK

This commit is contained in:
Ken Martin 2006-05-02 12:44:09 -04:00
parent 7d82ffaf00
commit 96b52c1787
1 changed files with 1 additions and 1 deletions

View File

@ -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";