aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-27 10:06:41 +0000
committerEli Zaretskii2000-08-27 10:06:41 +0000
commite931344e7cdbbd31f2c9579e6298ea1bcfad203f (patch)
tree013124b0ace01ffe2c94f6bcac03965e43636426 /src
parent11a1118d7b71ddce9b98c579e52decabab8ff388 (diff)
downloademacs-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
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/Makefile.in21
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 @@
12000-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
12000-08-26 Kenichi Handa <handa@etl.go.jp> 72000-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
1009dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ 1009dispnew.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)
1012doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h 1013doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h
1013doprnt.o: doprnt.c charset.h $(config_h) 1014doprnt.o: doprnt.c charset.h $(config_h)
1014dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 1015dosfns.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)
1022filemode.o: filemode.c $(config_h) 1023filemode.o: filemode.c $(config_h)
1023frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1024frame.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)
1025fontset.o: dispextern.h fontset.h fontset.c ccl.h charset.h frame.h $(config_h) 1026fontset.o: dispextern.h fontset.h fontset.c ccl.h charset.h frame.h \
1027 keyboard.h $(config_h)
1026getloadavg.o: getloadavg.c $(config_h) 1028getloadavg.o: getloadavg.c $(config_h)
1027indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 1029indent.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
1029insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h\ 1032insdel.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)
1031keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ 1034keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
@@ -1042,7 +1045,7 @@ gmalloc.o: gmalloc.c $(config_h)
1042ralloc.o: ralloc.c $(config_h) 1045ralloc.o: ralloc.c $(config_h)
1043vm-limit.o: vm-limit.c mem-limits.h $(config_h) 1046vm-limit.o: vm-limit.c mem-limits.h $(config_h)
1044marker.o: marker.c buffer.h charset.h $(config_h) 1047marker.o: marker.c buffer.h charset.h $(config_h)
1045minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ 1048minibuf.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)
1047mktime.o: mktime.c $(config_h) 1050mktime.o: mktime.c $(config_h)
1048mocklisp.o: mocklisp.c buffer.h $(config_h) 1051mocklisp.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)
1052process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1055process.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)
1055regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h 1059regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h
1056region-cache.o: region-cache.c buffer.h region-cache.h 1060region-cache.o: region-cache.c buffer.h region-cache.h
1057scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) 1061scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
1062 $(config_h)
1058search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 1063search.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)
1060strftime.o: strftime.c $(config_h) 1065strftime.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)
1063sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ 1068sysdep.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
1066term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1071term.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
1068termcap.o: termcap.c $(config_h) 1073termcap.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 \
1094xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ 1099xterm.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)
1098xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ 1103xselect.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)
1100xrdb.o: xrdb.c $(config_h) epaths.h 1105xrdb.o: xrdb.c $(config_h) epaths.h