summaryrefslogtreecommitdiff
path: root/Source/cmGlobalBorlandMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-10-28 11:06:06 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2003-10-28 11:06:06 -0500
commit3e2c1f347701155f2713ab144f3c7b3cf00d8aca (patch)
tree8d8b7b5a6cb31a3f0b3255c37769e274ea0e9a4f /Source/cmGlobalBorlandMakefileGenerator.cxx
parent032883cc348fad280ada33bcaa4598e0fcea7dd3 (diff)
downloadcmake-3e2c1f347701155f2713ab144f3c7b3cf00d8aca.tar.gz
BUG: fix for bug 303 pass makeflags to sub makes
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 cc384da8b7..6857219624 100644
--- a/Source/cmGlobalBorlandMakefileGenerator.cxx
+++ b/Source/cmGlobalBorlandMakefileGenerator.cxx
@@ -55,7 +55,7 @@ cmLocalGenerator *cmGlobalBorlandMakefileGenerator::CreateLocalGenerator()
lg->SetIncludeDirective("!include");
lg->SetWindowsShell(true);
lg->SetMakefileVariableSize(32);
-
+ lg->SetPassMakeflags(true);
lg->SetGlobalGenerator(this);
return lg;
}