Skip to content
  • Sergey Kalinichev's avatar
    Use Makefile include path resolution only for CustomMake projects. · 8cc7857a
    Sergey Kalinichev authored
    It doesn't make sense at all to run "make" to compute include
    directories for projects that don't use Makefiles.
    Even if some project managers indirectly use Makefiles and can't
    compute include directories themselves, then it should be fixed there,
    and not workarounded by calling MakeFile include path resolver,
    which btw works only with very simple Makefiles, and as a result,
    at least for me, it almost never succeeds.
    
    REVIEW: 119613
    8cc7857a