summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-09-07 02:35:26 +0000
committerKenichi Handa <handa@m17n.org>2000-09-07 02:35:26 +0000
commit0a42d1341165a40c91317d854e690cef011dd4d2 (patch)
tree25b0a338601ca7353e4aefab0090735c57e514b2 /src/Makefile.in
parent3f62427c0c1a2357fa85dde79db5f6a15717858f (diff)
downloademacs-0a42d1341165a40c91317d854e690cef011dd4d2.tar.gz
(charset.o): Depends on composite.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index fc7c0e22fdb..aaa20be4192 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -996,7 +996,8 @@ casefiddle.o: casefiddle.c syntax.h commands.h buffer.h composite.h $(config_h)
casetab.o: casetab.c buffer.h $(config_h)
category.o: category.c category.h buffer.h charset.h $(config_h)
ccl.o: ccl.c ccl.h charset.h coding.h $(config_h)
-charset.o: charset.c charset.h buffer.h coding.h disptab.h $(config_h)
+charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \
+ $(config_h)
coding.o: coding.c coding.h ccl.h buffer.h charset.h $(config_h)
cm.o: cm.c cm.h termhooks.h $(config_h)
cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \