diff options
| author | Eli Zaretskii | 2000-08-27 10:06:41 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-27 10:06:41 +0000 |
| commit | e931344e7cdbbd31f2c9579e6298ea1bcfad203f (patch) | |
| tree | 013124b0ace01ffe2c94f6bcac03965e43636426 | |
| parent | 11a1118d7b71ddce9b98c579e52decabab8ff388 (diff) | |
| download | emacs-e931344e7cdbbd31f2c9579e6298ea1bcfad203f.tar.gz emacs-e931344e7cdbbd31f2c9579e6298ea1bcfad203f.zip | |
(dispnew.o, indent.o, fontset.o, minibuf.o)
(process.o, scroll.o, sysdep.o): Depend on keyboard.h.
(xterm.o): Depend on coding.h
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/Makefile.in | 21 |
2 files changed, 19 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d1607b97c1e..fa1bea280d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-08-27 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o) | ||
| 4 | (process.o, scroll.o, sysdep.o): Depend on keyboard.h. | ||
| 5 | (xterm.o): Depend on coding.h | ||
| 6 | |||
| 1 | 2000-08-26 Kenichi Handa <handa@etl.go.jp> | 7 | 2000-08-26 Kenichi Handa <handa@etl.go.jp> |
| 2 | 8 | ||
| 3 | * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and | 9 | * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and |
diff --git a/src/Makefile.in b/src/Makefile.in index cf74b18f859..fc7c0e22fdb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1008,7 +1008,8 @@ dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \ | |||
| 1008 | systime.h | 1008 | systime.h |
| 1009 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ | 1009 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ |
| 1010 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ | 1010 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ |
| 1011 | xterm.h blockinput.h atimer.h charset.h msdos.h composite.h $(config_h) | 1011 | xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \ |
| 1012 | $(config_h) | ||
| 1012 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h | 1013 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h |
| 1013 | doprnt.o: doprnt.c charset.h $(config_h) | 1014 | doprnt.o: doprnt.c charset.h $(config_h) |
| 1014 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) | 1015 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) |
| @@ -1022,10 +1023,12 @@ filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) | |||
| 1022 | filemode.o: filemode.c $(config_h) | 1023 | filemode.o: filemode.c $(config_h) |
| 1023 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1024 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ |
| 1024 | buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h $(config_h) | 1025 | buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h $(config_h) |
| 1025 | fontset.o: dispextern.h fontset.h fontset.c ccl.h charset.h frame.h $(config_h) | 1026 | fontset.o: dispextern.h fontset.h fontset.c ccl.h charset.h frame.h \ |
| 1027 | keyboard.h $(config_h) | ||
| 1026 | getloadavg.o: getloadavg.c $(config_h) | 1028 | getloadavg.o: getloadavg.c $(config_h) |
| 1027 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 1029 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ |
| 1028 | termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h | 1030 | termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \ |
| 1031 | keyboard.h | ||
| 1029 | insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h\ | 1032 | insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h\ |
| 1030 | dispextern.h atimer.h systime.h $(config_h) | 1033 | dispextern.h atimer.h systime.h $(config_h) |
| 1031 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ | 1034 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ |
| @@ -1042,7 +1045,7 @@ gmalloc.o: gmalloc.c $(config_h) | |||
| 1042 | ralloc.o: ralloc.c $(config_h) | 1045 | ralloc.o: ralloc.c $(config_h) |
| 1043 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) | 1046 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) |
| 1044 | marker.o: marker.c buffer.h charset.h $(config_h) | 1047 | marker.o: marker.c buffer.h charset.h $(config_h) |
| 1045 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ | 1048 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ |
| 1046 | buffer.h commands.h charset.h msdos.h $(config_h) | 1049 | buffer.h commands.h charset.h msdos.h $(config_h) |
| 1047 | mktime.o: mktime.c $(config_h) | 1050 | mktime.o: mktime.c $(config_h) |
| 1048 | mocklisp.o: mocklisp.c buffer.h $(config_h) | 1051 | mocklisp.o: mocklisp.c buffer.h $(config_h) |
| @@ -1051,10 +1054,12 @@ msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | |||
| 1051 | keyboard.h $(config_h) | 1054 | keyboard.h $(config_h) |
| 1052 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1055 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 1053 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ | 1056 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ |
| 1054 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h $(config_h) | 1057 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ |
| 1058 | keyboard.h $(config_h) | ||
| 1055 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h | 1059 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h |
| 1056 | region-cache.o: region-cache.c buffer.h region-cache.h | 1060 | region-cache.o: region-cache.c buffer.h region-cache.h |
| 1057 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) | 1061 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ |
| 1062 | $(config_h) | ||
| 1058 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1063 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |
| 1059 | blockinput.h atimer.h systime.h category.h charset.h composite.h $(config_h) | 1064 | blockinput.h atimer.h systime.h category.h charset.h composite.h $(config_h) |
| 1060 | strftime.o: strftime.c $(config_h) | 1065 | strftime.o: strftime.c $(config_h) |
| @@ -1062,7 +1067,7 @@ syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ | |||
| 1062 | composite.h $(config_h) | 1067 | composite.h $(config_h) |
| 1063 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 1068 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ |
| 1064 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \ | 1069 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \ |
| 1065 | window.h msdos.h dosfns.h | 1070 | window.h msdos.h dosfns.h keyboard.h |
| 1066 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1071 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ |
| 1067 | disptab.h keyboard.h charset.h coding.h ccl.h msdos.h | 1072 | disptab.h keyboard.h charset.h coding.h ccl.h msdos.h |
| 1068 | termcap.o: termcap.c $(config_h) | 1073 | termcap.o: termcap.c $(config_h) |
| @@ -1094,7 +1099,7 @@ xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | |||
| 1094 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 1099 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 1095 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ | 1100 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ |
| 1096 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h composite.h \ | 1101 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h composite.h \ |
| 1097 | $(config_h) | 1102 | coding.h $(config_h) |
| 1098 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ | 1103 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ |
| 1099 | coding.h ccl.h buffer.h atimer.h systime.h $(config_h) | 1104 | coding.h ccl.h buffer.h atimer.h systime.h $(config_h) |
| 1100 | xrdb.o: xrdb.c $(config_h) epaths.h | 1105 | xrdb.o: xrdb.c $(config_h) epaths.h |