aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1999-03-06 05:31:24 +0000
committerKenichi Handa1999-03-06 05:31:24 +0000
commitf1653e8fe411fa91295d277fd653b70e3fefffec (patch)
tree5e2f1681b1eafbf564529e52a9f60ffea49a72f2 /src
parent47373a1fdb00d72d8fbea79bc1c868e31db0adfd (diff)
downloademacs-f1653e8fe411fa91295d277fd653b70e3fefffec.tar.gz
emacs-f1653e8fe411fa91295d277fd653b70e3fefffec.zip
(callproc.o, coding.o, fileio.o, msdos.o, process.o,
term.o, xselect.o): Depend on ccl.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 1c6206019ca..82d4e238f2d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1000,13 +1000,13 @@ buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
1000callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ 1000callint.o: callint.c window.h commands.h buffer.h mocklisp.h \
1001 keyboard.h $(config_h) 1001 keyboard.h $(config_h)
1002callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ 1002callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
1003 process.h systty.h syssignal.h charset.h coding.h msdos.h 1003 process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h
1004casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) 1004casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h)
1005casetab.o: casetab.c buffer.h $(config_h) 1005casetab.o: casetab.c buffer.h $(config_h)
1006category.o: category.c category.h buffer.h charset.h $(config_h) 1006category.o: category.c category.h buffer.h charset.h $(config_h)
1007ccl.o: ccl.c ccl.h charset.h coding.h $(config_h) 1007ccl.o: ccl.c ccl.h charset.h coding.h $(config_h)
1008charset.o: charset.c charset.h buffer.h coding.h disptab.h $(config_h) 1008charset.o: charset.c charset.h buffer.h coding.h disptab.h $(config_h)
1009coding.o: coding.c coding.h buffer.h charset.h $(config_h) 1009coding.o: coding.c coding.h ccl.h buffer.h charset.h $(config_h)
1010cm.o: cm.c cm.h termhooks.h $(config_h) 1010cm.o: cm.c cm.h termhooks.h $(config_h)
1011cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \ 1011cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \
1012 msdos.h 1012 msdos.h
@@ -1025,7 +1025,7 @@ editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
1025emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1025emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1026 termhooks.h buffer.h INTERVAL_SRC $(config_h) 1026 termhooks.h buffer.h INTERVAL_SRC $(config_h)
1027fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ 1027fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
1028 coding.h msdos.h $(config_h) 1028 coding.h ccl.h msdos.h $(config_h)
1029filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) 1029filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)
1030filemode.o: filemode.c $(config_h) 1030filemode.o: filemode.c $(config_h)
1031frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1031frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
@@ -1054,10 +1054,10 @@ minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \
1054mktime.o: mktime.c $(config_h) 1054mktime.o: mktime.c $(config_h)
1055mocklisp.o: mocklisp.c buffer.h $(config_h) 1055mocklisp.o: mocklisp.c buffer.h $(config_h)
1056msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 1056msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1057 termopts.h termchar.h charset.h coding.h disptab.h window.h $(config_h) 1057 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h $(config_h)
1058process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1058process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
1059 commands.h syssignal.h systime.h systty.h syswait.h frame.h \ 1059 commands.h syssignal.h systime.h systty.h syswait.h frame.h \
1060 blockinput.h charset.h coding.h msdos.h $(config_h) 1060 blockinput.h charset.h coding.h ccl.h msdos.h $(config_h)
1061regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h 1061regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h
1062region-cache.o: region-cache.c buffer.h region-cache.h 1062region-cache.o: region-cache.c buffer.h region-cache.h
1063scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) 1063scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h)
@@ -1070,7 +1070,7 @@ sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
1070 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \ 1070 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \
1071 msdos.h 1071 msdos.h
1072term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1072term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1073 disptab.h keyboard.h charset.h coding.h msdos.h 1073 disptab.h keyboard.h charset.h coding.h ccl.h msdos.h
1074termcap.o: termcap.c $(config_h) 1074termcap.o: termcap.c $(config_h)
1075terminfo.o: terminfo.c $(config_h) 1075terminfo.o: terminfo.c $(config_h)
1076tparam.o: tparam.c $(config_h) 1076tparam.o: tparam.c $(config_h)
@@ -1098,7 +1098,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
1098 dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ 1098 dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \
1099 keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) 1099 keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h)
1100xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ 1100xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \
1101 coding.h buffer.h $(config_h) 1101 coding.h ccl.h buffer.h $(config_h)
1102xrdb.o: xrdb.c $(config_h) epaths.h 1102xrdb.o: xrdb.c $(config_h) epaths.h
1103hftctl.o: hftctl.c $(config_h) 1103hftctl.o: hftctl.c $(config_h)
1104 1104