src/makefile.w32-in: Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Feb 2013 00:50:38 +0000 (01:50 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Feb 2013 00:50:38 +0000 (01:50 +0100)
src/ChangeLog
src/makefile.w32-in

index 05737bb..7c28407 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/sysdep.$(O)):
+       Update dependencies.
+
 2013-02-12  Eli Zaretskii  <eliz@gnu.org>
 
        * xdisp.c (redisplay_internal): Don't set w->region_showing to the
index bbd9fd9..6e1873f 100644 (file)
@@ -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) \