# HG changeset patch # User Richard M. Stallman # Date 1135614621 0 # Node ID b2e009fc75c5123af7b3dc032e6e5093e6d9c144 # Parent 5a83c9ee8aa6edc4ebf3eaefb7df7bcbd141b74d (undo.o): Depend on window.h. diff -r 5a83c9ee8aa6 -r b2e009fc75c5 src/Makefile.in --- a/src/Makefile.in Mon Dec 26 15:57:37 2005 +0000 +++ b/src/Makefile.in Mon Dec 26 16:30:21 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 $(config_h) +undo.o: undo.c buffer.h commands.h window.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