Mercurial > emacs
changeset 24445:67c1b0766236
(callproc.o, coding.o, fileio.o, msdos.o, process.o,
term.o, xselect.o): Depend on ccl.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 06 Mar 1999 05:31:24 +0000 |
parents | 3e294a7e67de |
children | 25556de3fe49 |
files | src/Makefile.in |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sat Mar 06 02:15:46 1999 +0000 +++ b/src/Makefile.in Sat Mar 06 05:31:24 1999 +0000 @@ -1000,13 +1000,13 @@ 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 msdos.h + process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h casefiddle.o: casefiddle.c syntax.h commands.h buffer.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) -coding.o: coding.c coding.h buffer.h charset.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) \ msdos.h @@ -1025,7 +1025,7 @@ emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ termhooks.h buffer.h INTERVAL_SRC $(config_h) fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ - coding.h msdos.h $(config_h) + coding.h ccl.h msdos.h $(config_h) filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) filemode.o: filemode.c $(config_h) frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ @@ -1054,10 +1054,10 @@ mktime.o: mktime.c $(config_h) mocklisp.o: mocklisp.c buffer.h $(config_h) msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ - termopts.h termchar.h charset.h coding.h disptab.h window.h $(config_h) + termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h $(config_h) process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ commands.h syssignal.h systime.h systty.h syswait.h frame.h \ - blockinput.h charset.h coding.h msdos.h $(config_h) + blockinput.h charset.h coding.h ccl.h msdos.h $(config_h) regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h region-cache.o: region-cache.c buffer.h region-cache.h scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) @@ -1070,7 +1070,7 @@ frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \ msdos.h term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ - disptab.h keyboard.h charset.h coding.h msdos.h + disptab.h keyboard.h charset.h coding.h ccl.h msdos.h termcap.o: termcap.c $(config_h) terminfo.o: terminfo.c $(config_h) tparam.o: tparam.c $(config_h) @@ -1098,7 +1098,7 @@ dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ - coding.h buffer.h $(config_h) + coding.h ccl.h buffer.h $(config_h) xrdb.o: xrdb.c $(config_h) epaths.h hftctl.o: hftctl.c $(config_h)