summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2009-02-04 01:31:37 +0000
committerKenichi Handa <handa@m17n.org>2009-02-04 01:31:37 +0000
commitce65fe7a4e75b3d6e3a433a1e5e9a1a0ce1163bf (patch)
treedf4e1c3e2069c354e6cc01905157f3f1ca745baf /src/Makefile.in
parentc5b83faf47531deea7827b5c5ce550f8ed3e5c8d (diff)
downloademacs-ce65fe7a4e75b3d6e3a433a1e5e9a1a0ce1163bf.tar.gz
(composite.o): Depends on frame.h and termhooks.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 5ba52a37489..14f0c8a51fa 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -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) \