From 45b2b76861220779a9ea2096a39c9bc18352517d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 13 Feb 2013 01:50:38 +0100 Subject: [PATCH] src/makefile.w32-in: Update dependencies. --- src/ChangeLog | 5 +++++ src/makefile.w32-in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 05737bb1194..7c28407d398 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-02-13 Juanma Barranquero + + * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/sysdep.$(O)): + Update dependencies. + 2013-02-12 Eli Zaretskii * xdisp.c (redisplay_internal): Don't set w->region_showing to the diff --git a/src/makefile.w32-in b/src/makefile.w32-in index bbd9fd907b6..6e1873f8e49 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -847,7 +847,9 @@ $(BLD)/fileio.$(O) : \ $(NT_INC)/sys/file.h \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ + $(GNU_LIB)/allocator.h \ $(BUFFER_H) \ + $(CAREADLINKAT_H) \ $(CHARACTER_H) \ $(CODING_H) \ $(CONFIG_H) \ @@ -1397,11 +1399,9 @@ $(BLD)/sysdep.$(O) : \ $(NT_INC)/sys/file.h \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ - $(GNU_LIB)/allocator.h \ $(GNU_LIB)/execinfo.h \ $(GNU_LIB)/ignore-value.h \ $(GNU_LIB)/utimens.h \ - $(CAREADLINKAT_H) \ $(CONFIG_H) \ $(C_CTYPE_H) \ $(DISPEXTERN_H) \ -- 2.11.4.GIT