summaryrefslogtreecommitdiff
path: root/Source/cmGlobalBorlandMakefileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 05:21:24 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-18 20:06:16 +0200
commit333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 (patch)
tree73725fbfe278716e70d1dac3d2a223fe182eb655 /Source/cmGlobalBorlandMakefileGenerator.cxx
parenta97df5e13566cc2ccbaf51a395b85b03b363a07f (diff)
downloadcmake-333c1fa83bd20f7b1039ab0a90e442b03d2c27e5.tar.gz
cmGlobalUnixMakefileGenerator3: Host the UnixCD.
Diffstat (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalBorlandMakefileGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx
index 3418fdcefe..0ee98a8528 100644
--- a/Source/cmGlobalBorlandMakefileGenerator.cxx
+++ b/Source/cmGlobalBorlandMakefileGenerator.cxx
@@ -25,6 +25,7 @@ cmGlobalBorlandMakefileGenerator::cmGlobalBorlandMakefileGenerator()
this->IncludeDirective = "!include";
this->DefineWindowsNULL = true;
this->PassMakeflags = true;
+ this->UnixCD = false;
}
@@ -47,7 +48,6 @@ cmLocalGenerator *cmGlobalBorlandMakefileGenerator::CreateLocalGenerator(
cmLocalUnixMakefileGenerator3* lg =
new cmLocalUnixMakefileGenerator3(this, parent);
lg->SetMakefileVariableSize(32);
- lg->SetUnixCD(false);
lg->SetMakeCommandEscapeTargetTwice(true);
lg->SetBorlandMakeCurlyHack(true);
return lg;