summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-03-13 19:18:27 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-03-13 19:18:27 (GMT)
commitc53b26baf26bdb465fbbe003b9e184b66ee22d7a (patch)
tree0146deb8afa5277002a511f1a519477d1f2035e7 /Source/cmGlobalXCodeGenerator.cxx
parent5891ba16ce5cec9ed81468da4d07f1513de756ee (diff)
downloadCMake-c53b26baf26bdb465fbbe003b9e184b66ee22d7a.zip
CMake-c53b26baf26bdb465fbbe003b9e184b66ee22d7a.tar.gz
CMake-c53b26baf26bdb465fbbe003b9e184b66ee22d7a.tar.bz2
ENH: some more cleanup
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 0f8494f..53c39dd 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -252,7 +252,7 @@ cmGlobalXCodeGenerator::AddExtraTargets(cmLocalGenerator* root,
// Add ALL_BUILD
const char* no_working_directory = 0;
std::vector<std::string> no_depends;
- mf->AddUtilityCommand("ALL_BUILD", false, no_depends,
+ mf->AddUtilityCommand("ALL_BUILD", true, no_depends,
no_working_directory,
"echo", "Build all projects");
cmTarget* allbuild = mf->FindTarget("ALL_BUILD");
@@ -275,7 +275,7 @@ cmGlobalXCodeGenerator::AddExtraTargets(cmLocalGenerator* root,
}
cmCustomCommandLines commandLines;
commandLines.push_back(makecommand);
- mf->AddUtilityCommand("XCODE_DEPEND_HELPER", false,
+ mf->AddUtilityCommand("XCODE_DEPEND_HELPER", true,
no_working_directory,
no_depends,
commandLines);