diff options
| author | Richard M. Stallman | 1998-03-02 20:03:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-02 20:03:55 +0000 |
| commit | 96f62809399d09504f373b24439c32a0d33f92dc (patch) | |
| tree | ba560454580e2c58d40d481bcd372db728bba078 /src | |
| parent | e39da3d7772c5137078da16ad4c3ee2fe028307a (diff) | |
| download | emacs-96f62809399d09504f373b24439c32a0d33f92dc.tar.gz emacs-96f62809399d09504f373b24439c32a0d33f92dc.zip | |
(keyboard.o): Depend on syntax.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
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) |
| 1042 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ | 1042 | keyboard.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) | ||
| 1045 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 1046 | keymap.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) |
| 1047 | lastfile.o: lastfile.c $(config_h) | 1048 | lastfile.o: lastfile.c $(config_h) |