src/makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
This commit is contained in:
parent
562d4436bc
commit
c06c96903a
2 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue