From 8c45fa0a881b9e42cb36a38d7ce880752a7917d9 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 29 May 2000 11:51:34 +0000 Subject: [PATCH] (keymap.o): Depend on intervals.h. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5