aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-03-21 09:12:55 +0000
committerRichard M. Stallman2002-03-21 09:12:55 +0000
commit4524691fd6b19eba558b92f5bdab60fd103f6e3b (patch)
tree1216e9230992369ed2619eac2a77bf3084a8b033 /src
parent16757dcf8c00d998c6150e26dd42b179913d8d04 (diff)
downloademacs-4524691fd6b19eba558b92f5bdab60fd103f6e3b.tar.gz
emacs-4524691fd6b19eba558b92f5bdab60fd103f6e3b.zip
(dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o): Depend on process.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 35bf2084c37..1029b03ef63 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1036,8 +1036,9 @@ ecrt0.o: ecrt0.c $(config_h)
1036 CRT0_COMPILE ${srcdir}/ecrt0.c 1036 CRT0_COMPILE ${srcdir}/ecrt0.c
1037dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \ 1037dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \
1038 systime.h 1038 systime.h
1039dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ 1039dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \
1040 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ 1040 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1041 disptab.h \
1041 xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \ 1042 xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \
1042 $(config_h) 1043 $(config_h)
1043doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h 1044doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h
@@ -1094,9 +1095,9 @@ search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1094strftime.o: strftime.c $(config_h) 1095strftime.o: strftime.c $(config_h)
1095syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ 1096syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \
1096 composite.h $(config_h) 1097 composite.h $(config_h)
1097sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ 1098sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
1098 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \ 1099 process.h dispextern.h termhooks.h termchar.h termopts.h \
1099 window.h msdos.h dosfns.h keyboard.h 1100 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h $(config_h)
1100term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1101term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1101 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h 1102 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h
1102termcap.o: termcap.c $(config_h) 1103termcap.o: termcap.c $(config_h)
@@ -1114,7 +1115,7 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1114window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1115window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1115 termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \ 1116 termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \
1116 $(config_h) 1117 $(config_h)
1117xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ 1118xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \
1118 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ 1119 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \
1119 msdos.h composite.h fontset.h 1120 msdos.h composite.h fontset.h
1120xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1121xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
@@ -1128,9 +1129,9 @@ xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1128xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ 1129xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1129 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ 1130 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1130 keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ 1131 keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \
1131 coding.h $(config_h) 1132 coding.h process.h $(config_h)
1132xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ 1133xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
1133 coding.h ccl.h buffer.h atimer.h systime.h $(config_h) 1134 charset.h coding.h ccl.h buffer.h atimer.h systime.h $(config_h)
1134xrdb.o: xrdb.c $(config_h) epaths.h 1135xrdb.o: xrdb.c $(config_h) epaths.h
1135xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h lisp.h termhooks.h 1136xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h lisp.h termhooks.h
1136hftctl.o: hftctl.c $(config_h) 1137hftctl.o: hftctl.c $(config_h)
@@ -1139,7 +1140,7 @@ atimer.o: atimer.c atimer.h systime.h $(config_h)
1139 1140
1140/* The files of Lisp proper */ 1141/* The files of Lisp proper */
1141 1142
1142alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ 1143alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
1143 blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC) 1144 blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC)
1144bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h) 1145bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h)
1145data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) 1146data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h)