Skip to content
  • Alexander Neundorf's avatar
    cmDependsC: remove code duplication · 3e7d97d4
    Alexander Neundorf authored
    
    
    This patch reduces a bit code duplication by changing the way how the
    case that we already have valid dependencies for a file is handled.
    Instead of having the code for writing the depend-files twice,
    we now fill the existing dependencies into the same set and then
    write it out once at the end of cmDependsC::WriteDependencies()
    
    Alex
    
    Inspired-by: default avatarMichael Wild <themiwi@users.sourceforge.net>
    3e7d97d4