Closed jimon closed 8 years ago
It should be -MMD -MF $out.d and not -MMD otherwise ninja don't pickup header dependencies.
-MMD -MF $out.d
-MMD
Already posted pull request, it annoyed me too much ;)
Fixed in #160 !
It should be
-MMD -MF $out.d
and not-MMD
otherwise ninja don't pickup header dependencies.