From c40239dff913de4a404f97568a755deb2086db76 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 12 Oct 2012 18:32:40 +0200 Subject: [PATCH] src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies. --- src/ChangeLog | 4 ++++ src/makefile.w32-in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e2ed9293668..42f96587ccc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-10-12 Juanma Barranquero + + * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies. + 2012-10-12 Eli Zaretskii * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 97e303a01d4..2acce9c123f 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -833,9 +833,9 @@ $(BLD)/fileio.$(O) : \ $(SRC)/blockinput.h \ $(SRC)/commands.h \ $(NT_INC)/pwd.h \ + $(NT_INC)/sys/file.h \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ - $(NT_INC)/sys/file.h \ $(BUFFER_H) \ $(CHARACTER_H) \ $(CODING_H) \ @@ -1633,6 +1633,7 @@ $(BLD)/w32select.$(O) : \ $(CHARSET_H) \ $(CODING_H) \ $(CONFIG_H) \ + $(KEYBOARD_H) \ $(LISP_H) \ $(W32TERM_H) -- 2.39.2