From a273d9eb0d4e2c0e0ebb988be567302b72e37b0c Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 26 Dec 2005 18:36:37 +0000 Subject: [PATCH] (undo.o): Depend on keyboard.h. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 0e057098cbd..92d8842e6af 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1165,7 +1165,7 @@ term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ termcap.o: termcap.c $(config_h) terminfo.o: terminfo.c $(config_h) tparam.o: tparam.c $(config_h) -undo.o: undo.c buffer.h commands.h window.h $(config_h) +undo.o: undo.c buffer.h commands.h window.h keyboard.h $(config_h) /* This hack is to discard any space that cpp might put at the beginning of UNEXEC when substituting it in. */ UNEXEC_ALIAS=UNEXEC -- 2.39.5