diff options
Diffstat (limited to 'Source/cmOutputRequiredFilesCommand.cxx')
-rw-r--r-- | Source/cmOutputRequiredFilesCommand.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmOutputRequiredFilesCommand.cxx b/Source/cmOutputRequiredFilesCommand.cxx index 1a92249..e15fea2 100644 --- a/Source/cmOutputRequiredFilesCommand.cxx +++ b/Source/cmOutputRequiredFilesCommand.cxx @@ -223,13 +223,6 @@ ListDependencies(cmDependInformation const *info, void cmOutputRequiredFilesCommand::FinalPass() { - - cmTargets &tgts = this->Makefile->GetTargets(); - for (cmTargets::iterator l = tgts.begin(); l != tgts.end(); l++) - { - l->second.GenerateSourceFilesFromSourceLists(*this->Makefile); - } - // compute the list of files cmLBDepend md; md.SetMakefile(this->Makefile); |