diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index 7f900784c..c3ca85d5a 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/Source/cmMakefileTargetGenerator.cxx @@ -344,7 +344,7 @@ void cmMakefileTargetGenerator::WriteTargetLanguageFlags() // write language flags for target std::set languages; this->Target->GetLanguages(languages); - // put the compiler in the rules.make file so that if it changes + // put the compiler in the rules.make file so that if it changes // things rebuild for(std::set::const_iterator l = languages.begin(); l != languages.end(); ++l)