From 96f62809399d09504f373b24439c32a0d33f92dc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Mar 1998 20:03:55 +0000 Subject: [PATCH] (keyboard.o): Depend on syntax.h. --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2