changeset 11343:34a2e8b9f4ba

(alloc.o, data.o, macros.o, minibuf.o, print.o, xdisp.o): Depend on keyboard.h.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Apr 1995 05:52:18 +0000
parents 595afe6de74d
children 6f5c3bb789a5
files src/Makefile.in
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Mon Apr 10 05:39:55 1995 +0000
+++ b/src/Makefile.in	Mon Apr 10 05:52:18 1995 +0000
@@ -858,7 +858,7 @@
 keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
    $(config_h) 
 lastfile.o: lastfile.c  $(config_h)
-macros.o: macros.c window.h buffer.h commands.h macros.h $(config_h)
+macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h)
 malloc.o: malloc.c $(config_h)
 msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \
    termopts.h frame.h window.h $(config_h)
@@ -868,7 +868,7 @@
 vm-limit.o: vm-limit.c mem-limits.h $(config_h) 
 marker.o: marker.c buffer.h $(config_h) 
 minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \
-   buffer.h commands.h $(config_h) 
+   buffer.h commands.h keyboard.h $(config_h) 
 mocklisp.o: mocklisp.c buffer.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 $(config_h) 
@@ -898,7 +898,7 @@
 window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
    termhooks.h disptab.h keyboard.h $(config_h)
 xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \
-   termchar.h frame.h window.h disptab.h termhooks.h $(config_h) 
+   termchar.h frame.h window.h disptab.h termhooks.h keyboard.h $(config_h) 
 xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
    window.h $(config_h) 
 xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \
@@ -914,14 +914,14 @@
 
 /* The files of Lisp proper */
 
-alloc.o: alloc.c frame.h window.h buffer.h  puresize.h syssignal.h
-alloc.o: blockinput.h $(config_h) INTERVAL_SRC
+alloc.o: alloc.c frame.h window.h buffer.h  puresize.h syssignal.h keyboard.h \
+ blockinput.h $(config_h) INTERVAL_SRC
 bytecode.o: bytecode.c buffer.h $(config_h)
-data.o: data.c buffer.h puresize.h syssignal.h $(config_h)
+data.o: data.c buffer.h puresize.h syssignal.h keyboard.h $(config_h)
 eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h)
 floatfns.o: floatfns.c $(config_h)
 fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h INTERVAL_SRC
-print.o: print.c process.h frame.h window.h buffer.h $(config_h)
+print.o: print.c process.h frame.h window.h buffer.h keyboard.h $(config_h)
 lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \
  termhooks.h