From: Richard M. Stallman Date: Mon, 26 Dec 2005 16:30:21 +0000 (+0000) Subject: (undo.o): Depend on window.h. X-Git-Tag: emacs-pretest-22.0.90~5064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=066185fc2e3ec9465a7ecfad83de2ad69c8c22aa;p=emacs.git (undo.o): Depend on window.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 0b98750b21f..0e057098cbd 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 $(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