src/makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.

This commit is contained in:
Juanma Barranquero 2012-08-20 03:28:35 +02:00
parent 562d4436bc
commit c06c96903a
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2012-08-20 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
Rely on <unistd.h> to declare 'environ',

View file

@ -1448,6 +1448,7 @@ $(BLD)/unexw32.$(O) : \
$(BLD)/vm-limit.$(O) : \
$(SRC)/vm-limit.c \
$(SRC)/mem-limits.h \
$(NT_INC)/unistd.h \
$(CONFIG_H) \
$(LISP_H)