aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog5
-rw-r--r--src/makefile.w32-in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 05737bb119..7c28407d39 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-13 Juanma Barranquero <[email protected]>
+
+ * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/sysdep.$(O)):
+ Update dependencies.
+
2013-02-12 Eli Zaretskii <[email protected]>
* 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 bbd9fd907b..6e1873f8e4 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) \