emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109687: src/makefile.w32-in ($(BLD)/


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109687: src/makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
Date: Mon, 20 Aug 2012 03:28:35 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109687
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2012-08-20 03:28:35 +0200
message:
  src/makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-08-19 21:00:09 +0000
+++ b/src/ChangeLog     2012-08-20 01:28:35 +0000
@@ -1,3 +1,7 @@
+2012-08-20  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
+
 2012-08-19  Paul Eggert  <address@hidden>
 
        Rely on <unistd.h> to declare 'environ',

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-08-17 01:53:29 +0000
+++ b/src/makefile.w32-in       2012-08-20 01:28:35 +0000
@@ -1448,6 +1448,7 @@
 $(BLD)/vm-limit.$(O) : \
        $(SRC)/vm-limit.c \
        $(SRC)/mem-limits.h \
+       $(NT_INC)/unistd.h \
        $(CONFIG_H) \
        $(LISP_H)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]