Mercurial > emacs
changeset 29272:0d519872e966
(callproc.o): Depend on composite.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 29 May 2000 11:16:46 +0000 |
parents | f533ff9834c8 |
children | d9e38a948951 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Mon May 29 11:15:35 2000 +0000 +++ b/src/Makefile.in Mon May 29 11:16:46 2000 +0000 @@ -988,7 +988,8 @@ callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ keyboard.h $(config_h) callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ - process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h + process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \ + composite.h 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)