aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorJuanma Barranquero2003-03-17 18:56:53 +0000
committerJuanma Barranquero2003-03-17 18:56:53 +0000
commit8cb9dfbfc56c4ca8dcd9adef11bbc8d949387936 (patch)
tree31fa1985fb17c3cf6ad1efa8886ce41b213a05a5 /src/makefile.w32-in
parentcad6f96acff3ff024353a2abd738b5aed1f8d5fe (diff)
downloademacs-8cb9dfbfc56c4ca8dcd9adef11bbc8d949387936.tar.gz
emacs-8cb9dfbfc56c4ca8dcd9adef11bbc8d949387936.zip
($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in2
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) : \
1252 $(EMACS_ROOT)/src/s/ms-w32.h \ 1252 $(EMACS_ROOT)/src/s/ms-w32.h \
1253 $(EMACS_ROOT)/src/m/intel386.h \ 1253 $(EMACS_ROOT)/src/m/intel386.h \
1254 $(EMACS_ROOT)/src/config.h \ 1254 $(EMACS_ROOT)/src/config.h \
1255 $(SRC)/atimer.h \
1255 $(SRC)/blockinput.h \ 1256 $(SRC)/blockinput.h \
1256 $(SRC)/buffer.h \ 1257 $(SRC)/buffer.h \
1257 $(SRC)/ccl.h \ 1258 $(SRC)/ccl.h \
@@ -1269,6 +1270,7 @@ $(BLD)/xdisp.$(O) : \
1269 $(SRC)/macros.h \ 1270 $(SRC)/macros.h \
1270 $(SRC)/process.h \ 1271 $(SRC)/process.h \
1271 $(SRC)/region-cache.h \ 1272 $(SRC)/region-cache.h \
1273 $(SRC)/systime.h \
1272 $(SRC)/termchar.h \ 1274 $(SRC)/termchar.h \
1273 $(SRC)/termhooks.h \ 1275 $(SRC)/termhooks.h \
1274 $(SRC)/w32bdf.h \ 1276 $(SRC)/w32bdf.h \