summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-26 21:25:43 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-26 21:25:43 +0000
commitbb00d9f4c5e271bc1d613afe822e7983eccefb4d (patch)
treead709d3d9d56b10faeef92bed64d4ac2b078727d /src/Makefile.in
parent345de2e41cda7e8900f3747bc96e83d3ab5ed65f (diff)
downloademacs-bb00d9f4c5e271bc1d613afe822e7983eccefb4d.tar.gz
(xterm.o): Depend on keyboard.h.
Diffstat (limited to 'src/Makefile.in')
-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 \
blockinput.h $(config_h)
xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \
- gnu.h sink.h sinkmask.h $(config_h)
+ keyboard.h gnu.h sink.h sinkmask.h $(config_h)
xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h)
xrdb.o: xrdb.c $(config_h)
hftctl.o: hftctl.c $(config_h)