Mercurial > emacs
changeset 31421:7b1f56a27530
(charset.o): Depends on composite.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 07 Sep 2000 02:35:26 +0000 |
parents | 126c87fe1aad |
children | 2a7aafb126fb |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Sep 07 02:35:08 2000 +0000 +++ b/src/Makefile.in Thu Sep 07 02:35:26 2000 +0000 @@ -996,7 +996,8 @@ 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) \