From: Juanma Barranquero Date: Wed, 13 Feb 2013 00:50:38 +0000 (+0100) Subject: src/makefile.w32-in: Update dependencies. X-Git-Tag: emacs-24.3.90~173^2~7^2~69 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45b2b76861220779a9ea2096a39c9bc18352517d;p=emacs.git src/makefile.w32-in: Update dependencies. --- 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) \