Mercurial > emacs
changeset 29281:e27af8cf09bd
(keymap.o): Depend on intervals.h.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 29 May 2000 11:51:34 +0000 |
parents | c1c05b2a382c |
children | 59f2b30d577b |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Mon May 29 11:48:25 2000 +0000 +++ b/src/Makefile.in Mon May 29 11:51:34 2000 +0000 @@ -1031,7 +1031,7 @@ systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \ xterm.h puresize.h msdos.h $(config_h) keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ - puresize.h charset.h $(config_h) + puresize.h charset.h intervals.h $(config_h) lastfile.o: lastfile.c $(config_h) macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h) malloc.o: malloc.c $(config_h)