• Kai Germaschewski's avatar
    kbuild: Handle removed headers · 4a6db079
    Kai Germaschewski authored
    New and old way to handle dependencies would choke when a file
    #include'd by other files was removed, since the dependency on it was
    still recorded, but since it was gone, make has no idea what to do about
    it (and would complain with "No rule to make <file> ...")
    
    We now add targets for all the previously included files, so make will
    just ignore them if they disappear.
    4a6db079
fixdep.c 8.75 KB