From: Dave Love Date: Mon, 29 May 2000 11:51:34 +0000 (+0000) Subject: (keymap.o): Depend on intervals.h. X-Git-Tag: emacs-pretest-21.0.90~3643 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c45fa0a881b9e42cb36a38d7ce880752a7917d9;p=emacs.git (keymap.o): Depend on intervals.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index b11e1ed48b0..e540c2fb2b5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1031,7 +1031,7 @@ keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ 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)