From: Juanma Barranquero Date: Mon, 31 Mar 2003 21:31:05 +0000 (+0000) Subject: ($(BLD)/frame.$(O)): Add dependency on blockinput.h and files included from it. X-Git-Tag: ttn-vms-21-2-B4~10691 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c126b96ba7cc28dbebce9d0eec6b005a30a21f4;p=emacs.git ($(BLD)/frame.$(O)): Add dependency on blockinput.h and files included from it. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index d60c7f8a888..8b4195e0b78 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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 \