fix typeo

This commit is contained in:
Bill Hoffman 2005-02-28 15:30:40 -05:00
parent b7ef8149e8
commit a65da51919
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ cmGlobalXCodeGenerator::AddCommandsToBuildPhase(cmXCodeObject* buildphase,
std::string cdir = m_CurrentMakefile->GetHomeOutputDirectory();
cdir = this->ConvertToRelativeForMake(cdir.c_str());
std::string makecmd = "make -C ";
makecmd += cdir;?
makecmd += cdir;
makecmd += " -f ";
makecmd +=
this->ConvertToRelativeForMake(m_CurrentReRunCMakeMakefile.c_str());