summaryrefslogtreecommitdiff
path: root/Source/cmGlobalBorlandMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-08 13:05:02 -0500
committerBrad King <brad.king@kitware.com>2007-03-08 13:05:02 -0500
commitfd3688fa7260e06c9bd8e23bb6f08e430bff4301 (patch)
tree77a6792f01de19a593d7125f2999aa45f655efe1 /Source/cmGlobalBorlandMakefileGenerator.cxx
parent7157743d69761c433af5ecbca37dede63c0603af (diff)
downloadcmake-fd3688fa7260e06c9bd8e23bb6f08e430bff4301.tar.gz
ENH: Fixed recursive make call target escaping for Borland to support SubDirSpaces test.
Diffstat (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalBorlandMakefileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx
index bba00aeb60..1f44c73e85 100644
--- a/Source/cmGlobalBorlandMakefileGenerator.cxx
+++ b/Source/cmGlobalBorlandMakefileGenerator.cxx
@@ -50,6 +50,7 @@ cmLocalGenerator *cmGlobalBorlandMakefileGenerator::CreateLocalGenerator()
lg->SetPassMakeflags(true);
lg->SetGlobalGenerator(this);
lg->SetUnixCD(false);
+ lg->SetMakeCommandEscapeTargetTwice(true);
return lg;
}