aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-26 21:25:43 +0000
committerRichard M. Stallman1994-08-26 21:25:43 +0000
commita01e985127e40ac3b63e3ef34f72f9f5421f2de9 (patch)
tree85778b7cafb5c649547dd89e463df3f0b0e4a780 /src
parent9ec10b2fbd2723b00fdb42b482472d288b4531f9 (diff)
downloademacs-a01e985127e40ac3b63e3ef34f72f9f5421f2de9.tar.gz
emacs-a01e985127e40ac3b63e3ef34f72f9f5421f2de9.zip
(xterm.o): Depend on keyboard.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0f820dd6f3d..a94b39d55b2 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -855,7 +855,7 @@ xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \
855 blockinput.h $(config_h) 855 blockinput.h $(config_h)
856xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ 856xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
857 dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ 857 dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \
858 gnu.h sink.h sinkmask.h $(config_h) 858 keyboard.h gnu.h sink.h sinkmask.h $(config_h)
859xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) 859xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h)
860xrdb.o: xrdb.c $(config_h) 860xrdb.o: xrdb.c $(config_h)
861hftctl.o: hftctl.c $(config_h) 861hftctl.o: hftctl.c $(config_h)