1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(composite.o): Depends on frame.h and termhooks.h.

This commit is contained in:
Kenichi Handa 2009-02-04 01:31:37 +00:00
parent c5b83faf47
commit ce65fe7a4e

View File

@ -1241,8 +1241,8 @@ lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
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) \