diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-03-17 18:56:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-03-17 18:56:53 +0000 |
commit | 8cb9dfbfc56c4ca8dcd9adef11bbc8d949387936 (patch) | |
tree | 31fa1985fb17c3cf6ad1efa8886ce41b213a05a5 /src/makefile.w32-in | |
parent | cad6f96acff3ff024353a2abd738b5aed1f8d5fe (diff) | |
download | emacs-8cb9dfbfc56c4ca8dcd9adef11bbc8d949387936.tar.gz |
($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 704448c6d05..46cc230dc49 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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 \ |