From a01e985127e40ac3b63e3ef34f72f9f5421f2de9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 26 Aug 1994 21:25:43 +0000 Subject: [PATCH] (xterm.o): Depend on keyboard.h. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5