summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-02 14:48:14 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-02 14:48:14 (GMT)
commit032cf3c99842c0b234afffad6cc73ad88ed2f4f3 (patch)
tree59b601530eaff5c4a3c602883d7d11187974ad3c /Source/cmGlobalUnixMakefileGenerator3.cxx
parent3023eb7ccb1cd56cdfefabe058ac5df7c80b1567 (diff)
downloadCMake-032cf3c99842c0b234afffad6cc73ad88ed2f4f3.zip
CMake-032cf3c99842c0b234afffad6cc73ad88ed2f4f3.tar.gz
CMake-032cf3c99842c0b234afffad6cc73ad88ed2f4f3.tar.bz2
BUG: fix for unix
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index 0a876b4..791bdd4 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -545,7 +545,7 @@ std::string cmGlobalUnixMakefileGenerator3::GenerateBuildCommand(const char* mak
lg->GetMakefile()->MakeStartDirectoriesCurrent();
}
- makeCommand += "\"";
+ makeCommand += " \"";
std::string tname = targetName;
tname += "/fast";
tname = lg->Convert(tname.c_str(),cmLocalGenerator::HOME_OUTPUT,