Changeset feb1bad for configure


Ignore:
Timestamp:
2010-08-28T12:24:37Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
02bb9db
Parents:
00374ac (diff), b0a89cc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Pull in Makefile dependencies fix from mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r00374ac rfeb1bad  
    577577fi
    578578
     579case "$CC" in
     580*gcc* )
     581        echo CFLAGS+=-MD -MF .depend/\$@.d >> Makefile.settings
     582        for i in . lib protocols protocols/*/; do
     583                mkdir -p $i/.depend
     584        done
     585esac
     586
    579587if [ "$msn" = 0 ]; then
    580588        echo '#undef WITH_MSN' >> config.h
Note: See TracChangeset for help on using the changeset viewer.