summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-10 07:25:46 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-10 07:25:46 +0000
commitb1a15b13146985e551d8c891769e60608d13b4c3 (patch)
treebb98a7e5c752c1c273b9e8e96a2907d535f9bc64 /src/Makefile.in
parentc92f88093eab20ca80d31e741dd390b9a709bb46 (diff)
downloademacs-b1a15b13146985e551d8c891769e60608d13b4c3.tar.gz
(minibuf.o, xdisp.o): Don't depend on keyboard.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 07049e5b1a4..775bf1663fa 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -868,7 +868,7 @@ ralloc.o: ralloc.c $(config_h)
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 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h)
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 \