Changeset e371011 for configure


Ignore:
Timestamp:
2012-03-09T23:38:45Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0872bb2
Parents:
b958cb5
Message:

Use -MMD instead of -MD for dependency calculation. This should drop most
system includes from the .d files, solving occassional irritating error
messages when recompiling an old tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rb958cb5 re371011  
    652652case "$CC" in
    653653*gcc* )
    654         echo CFLAGS+=-MD -MF .depend/\$@.d >> Makefile.settings
     654        echo CFLAGS+=-MMD -MF .depend/\$@.d >> Makefile.settings
    655655        for i in . lib protocols protocols/*/; do
    656656                mkdir -p $i/.depend
Note: See TracChangeset for help on using the changeset viewer.