Mercurial > emacs
changeset 101773:ea382e59a9cc
(composite.o): Depends on frame.h and termhooks.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 04 Feb 2009 01:31:37 +0000 |
parents | a7180fd488bb |
children | d4f9e4244d5a |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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) \