From: Juanma Barranquero Date: Mon, 28 May 2012 01:58:42 +0000 (+0200) Subject: src/makefile.w32-in: Update dependencies. X-Git-Tag: emacs-24.2.90~471^2~6^2~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74d1f848fa6f197cd172aea14598a73a8ce72d3f;p=emacs.git src/makefile.w32-in: Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index dabee858320..8a625602bbc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-05-28 Juanma Barranquero + + * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)): + Update dependencies. + 2012-05-27 Eli Zaretskii * bidi.c (bidi_mirror_char): Fix last change. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 99b1241eab0..0b88f7cd06b 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1149,6 +1149,7 @@ $(BLD)/w32heap.$(O) : \ $(BLD)/w32inevt.$(O) : \ $(SRC)/w32inevt.c \ + $(SRC)/termchar.h \ $(SRC)/w32heap.h \ $(BLOCKINPUT_H) \ $(CONFIG_H) \ @@ -1157,7 +1158,8 @@ $(BLD)/w32inevt.$(O) : \ $(KEYBOARD_H) \ $(LISP_H) \ $(TERMHOOKS_H) \ - $(W32TERM_H) + $(W32TERM_H) \ + $(WINDOW_H) $(BLD)/w32proc.$(O) : \ $(SRC)/w32proc.c \ @@ -1187,7 +1189,8 @@ $(BLD)/w32console.$(O) : \ $(DISPEXTERN_H) \ $(FRAME_H) \ $(LISP_H) \ - $(TERMHOOKS_H) + $(TERMHOOKS_H) \ + $(WINDOW_H) $(BLD)/print.$(O) : \ $(SRC)/print.c \