diff options
| author | Richard M. Stallman | 1994-08-26 21:25:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-26 21:25:43 +0000 |
| commit | a01e985127e40ac3b63e3ef34f72f9f5421f2de9 (patch) | |
| tree | 85778b7cafb5c649547dd89e463df3f0b0e4a780 /src | |
| parent | 9ec10b2fbd2723b00fdb42b482472d288b4531f9 (diff) | |
| download | emacs-a01e985127e40ac3b63e3ef34f72f9f5421f2de9.tar.gz emacs-a01e985127e40ac3b63e3ef34f72f9f5421f2de9.zip | |
(xterm.o): Depend on keyboard.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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) |
| 856 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 856 | xterm.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) |
| 859 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) | 859 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) |
| 860 | xrdb.o: xrdb.c $(config_h) | 860 | xrdb.o: xrdb.c $(config_h) |
| 861 | hftctl.o: hftctl.c $(config_h) | 861 | hftctl.o: hftctl.c $(config_h) |