Mercurial > emacs
changeset 11347:5c1f15a662e5
(minibuf.o, xdisp.o): Don't depend on keyboard.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Apr 1995 07:25:46 +0000 |
parents | c174158fff45 |
children | e366abc2c753 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Mon Apr 10 07:23:00 1995 +0000 +++ b/src/Makefile.in Mon Apr 10 07:25:46 1995 +0000 @@ -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 keyboard.h $(config_h) + buffer.h commands.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 keyboard.h $(config_h) + termchar.h frame.h window.h disptab.h termhooks.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 \