• Yossi Gottlieb's avatar
    Fix Makefile.dep generation with ICC. (#10708) · 8bdd2d5d
    Yossi Gottlieb authored
    Before this commit, all source files including those that are not going
    to be compiled were used. Some of these files are platform specific and
    won't even pre-process on another platform. With GCC/Clang, that's not
    an issue and they'll simply ignore them, but ICC aborts in this case.
    
    This commit only attempts to generate Makefile.dep from the actual set
    of C source files that will be compiled.
    8bdd2d5d
Makefile 14.9 KB