]> git.eshelyaron.com Git - emacs.git/commitdiff
(keyboard.o): Depend on syntax.h.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Mar 1998 20:03:55 +0000 (20:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Mar 1998 20:03:55 +0000 (20:03 +0000)
src/Makefile.in

index c7ac45679bd98d97c6805cc83d45c04beec5df11..c6a84df6d14a42f46f4a0ab8f22d84dfa32ac9f2 100644 (file)
@@ -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)