aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-02 20:03:55 +0000
committerRichard M. Stallman1998-03-02 20:03:55 +0000
commit96f62809399d09504f373b24439c32a0d33f92dc (patch)
treeba560454580e2c58d40d481bcd372db728bba078 /src
parente39da3d7772c5137078da16ad4c3ee2fe028307a (diff)
downloademacs-96f62809399d09504f373b24439c32a0d33f92dc.tar.gz
emacs-96f62809399d09504f373b24439c32a0d33f92dc.zip
(keyboard.o): Depend on syntax.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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\
1041 $(config_h) 1041 $(config_h)
1042keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ 1042keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
1043 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 1043 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1044 systty.h systime.h dispextern.h intervals.h blockinput.h xterm.h $(config_h) 1044 systty.h systime.h dispextern.h syntax.h intervals.h blockinput.h \
1045 xterm.h $(config_h)
1045keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1046keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1046 puresize.h charset.h $(config_h) 1047 puresize.h charset.h $(config_h)
1047lastfile.o: lastfile.c $(config_h) 1048lastfile.o: lastfile.c $(config_h)