From 0c126b96ba7cc28dbebce9d0eec6b005a30a21f4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 31 Mar 2003 21:31:05 +0000 Subject: [PATCH] ($(BLD)/frame.$(O)): Add dependency on blockinput.h and files included from it. --- src/makefile.w32-in | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.39.2