src/makefile.w32-in: Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 29 Mar 2013 03:03:19 +0000 (04:03 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 29 Mar 2013 03:03:19 +0000 (04:03 +0100)
src/ChangeLog
src/makefile.w32-in

index 59cf008..e741432 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/filelock.$(O)):
+       Update dependencies.
+
 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER)
index 93f1290..aacc258 100644 (file)
@@ -873,6 +873,7 @@ $(BLD)/filelock.$(O) : \
        $(CHARACTER_H) \
        $(CODING_H) \
        $(CONFIG_H) \
+       $(C_CTYPE_H) \
        $(LISP_H) \
        $(SYSTIME_H)
 
@@ -1398,6 +1399,7 @@ $(BLD)/sysdep.$(O) : \
        $(NT_INC)/netdb.h \
        $(NT_INC)/pwd.h \
        $(NT_INC)/sys/file.h \
+       $(NT_INC)/sys/param.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
        $(GNU_LIB)/execinfo.h \