Skip to content
  • Stefan Siegl's avatar
    depend.mk: Don't write global deps to .d files. · 2fe8d754
    Stefan Siegl authored
    Don't call avr-gcc with -MG but -MM, i.e. don't generate dependencies
    for the global include files like those of avr-libc.
    
    This causes problems with GNU Make on cygwin systems since it might
    produce (unquoted) rules like C:\... (where the colon in the
    filename confuses GNU make since it treats it as the target delimiter)
    2fe8d754