Mercurial > emacs
changeset 21025:c70f0ae7a1a3
(keyboard.o): Depend on syntax.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Mar 1998 20:03:55 +0000 |
parents | 396f070a8011 |
children | e01ca278ca3e |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Mon Mar 02 20:02:33 1998 +0000 +++ b/src/Makefile.in Mon Mar 02 20:03:55 1998 +0000 @@ -1041,7 +1041,8 @@ $(config_h) keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ - systty.h systime.h dispextern.h intervals.h blockinput.h xterm.h $(config_h) + systty.h systime.h dispextern.h syntax.h intervals.h blockinput.h \ + xterm.h $(config_h) keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ puresize.h charset.h $(config_h) lastfile.o: lastfile.c $(config_h)