From: Richard M. Stallman Date: Mon, 2 Mar 1998 20:03:55 +0000 (+0000) Subject: (keyboard.o): Depend on syntax.h. X-Git-Tag: emacs-20.3~2049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96f62809399d09504f373b24439c32a0d33f92dc;p=emacs.git (keyboard.o): Depend on syntax.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index c7ac45679bd..c6a84df6d14 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1041,7 +1041,8 @@ insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h charset.h\ $(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)