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
  • protocols/purple/Makefile

    r00374ac rfeb1bad  
    3131
    3232distclean: clean
     33        rm -rf .depend
    3334
    3435### MAIN PROGRAM
     
    4344        @echo '*' Linking purple_mod.o
    4445        $(LD) $(LFLAGS) $(objects) -o purple_mod.o
     46
     47-include .depend/*.d
Note: See TracChangeset for help on using the changeset viewer.