# HG changeset patch # User Luc Teirlinck # Date 1135622197 0 # Node ID abea91213b326d2de2be96003298b4468eca4ab5 # Parent 0c9673fbeec5a8eca519e2e697b0d1a5d906a722 (undo.o): Depend on keyboard.h. diff -r 0c9673fbeec5 -r abea91213b32 src/Makefile.in --- a/src/Makefile.in Mon Dec 26 18:35:45 2005 +0000 +++ b/src/Makefile.in Mon Dec 26 18:36:37 2005 +0000 @@ -1165,7 +1165,7 @@ 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