Makefile: Fix comment indentation.

This commit is contained in:
Stephen Kelly 2014-02-17 11:14:18 +01:00
parent 5e0c73c78c
commit c0ea4c5c6f
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ void cmMakefileTargetGenerator::WriteTargetLanguageFlags()
// write language flags for target // write language flags for target
std::set<cmStdString> languages; std::set<cmStdString> languages;
this->Target->GetLanguages(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 // things rebuild
for(std::set<cmStdString>::const_iterator l = languages.begin(); for(std::set<cmStdString>::const_iterator l = languages.begin();
l != languages.end(); ++l) l != languages.end(); ++l)