]> git.eshelyaron.com Git - emacs.git/commitdiff
($(BLD)/frame.$(O)): Add dependency on blockinput.h and files included from it.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 31 Mar 2003 21:31:05 +0000 (21:31 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 31 Mar 2003 21:31:05 +0000 (21:31 +0000)
src/makefile.w32-in

index d60c7f8a8888d6dea779769b38b038fef450799e..8b4195e0b787015c1cb2f6e140a9d3d9982c3d4e 100644 (file)
@@ -715,6 +715,8 @@ $(BLD)/frame.$(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)/charset.h \
        $(SRC)/commands.h \
@@ -722,6 +724,7 @@ $(BLD)/frame.$(O) : \
        $(SRC)/fontset.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
+       $(SRC)/systime.h \
        $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \