src/makefile.w32-in: Update dependencies.

This commit is contained in:
Juanma Barranquero 2013-03-29 04:03:19 +01:00
parent a0c0aab26b
commit 1921c31bb9
2 changed files with 7 additions and 0 deletions

View 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)

View 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 \