From: Richard M. Stallman Date: Fri, 26 Aug 1994 21:25:43 +0000 (+0000) Subject: (xterm.o): Depend on keyboard.h. X-Git-Tag: emacs-19.34~7217 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a01e985127e40ac3b63e3ef34f72f9f5421f2de9;p=emacs.git (xterm.o): Depend on keyboard.h. --- 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)