]> git.eshelyaron.com Git - emacs.git/commitdiff
src/makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 20 Aug 2012 01:28:35 +0000 (03:28 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 20 Aug 2012 01:28:35 +0000 (03:28 +0200)
src/ChangeLog
src/makefile.w32-in

index fa3eaa281d74c1e9b880f10b2425dace6a8ebd56..93f522519a1c0cce33135b0100882f5bb10be228 100644 (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',
index 9c13f561a045cb407b829909174a95e70ac86ad4..bdb292099bcc59416d58abd189920cd48568d062 100644 (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)