]> git.eshelyaron.com Git - emacs.git/commitdiff
($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Mar 2003 18:56:53 +0000 (18:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Mar 2003 18:56:53 +0000 (18:56 +0000)
src/ChangeLog
src/makefile.w32-in

index 50416679da5e8d6860a3d030475682d8c6272c8b..4c9d573c74e2ca1e721595a34690a92a874b6893 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-17  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
+       and files included from it.
+
 2003-03-16  Jason Rumney  <jasonr@gnu.org>
 
        * w32gui.h: Use HDC for Display.
index 704448c6d0573a78dd787526d394999e5b2aa751..46cc230dc49947f1ce4e197980651e3adbc4e6e4 100644 (file)
@@ -1252,6 +1252,7 @@ $(BLD)/xdisp.$(O) : \
        $(EMACS_ROOT)/src/s/ms-w32.h \
        $(EMACS_ROOT)/src/m/intel386.h \
        $(EMACS_ROOT)/src/config.h \
+       $(SRC)/atimer.h \
        $(SRC)/blockinput.h \
        $(SRC)/buffer.h \
        $(SRC)/ccl.h \
@@ -1269,6 +1270,7 @@ $(BLD)/xdisp.$(O) : \
        $(SRC)/macros.h \
        $(SRC)/process.h \
        $(SRC)/region-cache.h \
+       $(SRC)/systime.h \
        $(SRC)/termchar.h \
        $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \