From a65da51919628d673de1135c5b4dcd72dcd0a809 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 28 Feb 2005 15:30:40 -0500 Subject: [PATCH] fix typeo --- Source/cmGlobalXCodeGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index aea0c8a3c..93c7cf2a5 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -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());