# HG changeset patch # User Kenichi Handa # Date 1233711097 0 # Node ID ea382e59a9cc250df255e16321a3c8d4e7752d10 # Parent a7180fd488bb4af5144f8ff26b78437def685994 (composite.o): Depends on frame.h and termhooks.h. diff -r a7180fd488bb -r ea382e59a9cc src/Makefile.in --- a/src/Makefile.in Tue Feb 03 23:32:38 2009 +0000 +++ b/src/Makefile.in Wed Feb 04 01:31:37 2009 +0000 @@ -1241,8 +1241,8 @@ charset.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h /* Text properties support */ -composite.o: composite.c buffer.h character.h dispextern.h font.h frame.h \ - $(INTERVALS_H) window.h $(config_h) +composite.o: composite.c buffer.h character.h coding.h dispextern.h font.h \ + frame.h termhooks.h $(INTERVALS_H) window.h $(config_h) intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ keymap.h $(config_h) textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \