aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-08-20 03:28:35 +0200
committerJuanma Barranquero2012-08-20 03:28:35 +0200
commitc06c96903aed621abdf215013f4ce3a09aa1e144 (patch)
tree5b23547108a4f07d7f57514516caf9539e4a7728 /src
parent562d4436bce90adc8535aeb2b9b1517952ee67ad (diff)
downloademacs-c06c96903aed621abdf215013f4ce3a09aa1e144.tar.gz
emacs-c06c96903aed621abdf215013f4ce3a09aa1e144.zip
src/makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fa3eaa281d7..93f522519a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-08-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
4
12012-08-19 Paul Eggert <eggert@cs.ucla.edu> 52012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Rely on <unistd.h> to declare 'environ', 7 Rely on <unistd.h> to declare 'environ',
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 9c13f561a04..bdb292099bc 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -1448,6 +1448,7 @@ $(BLD)/unexw32.$(O) : \
1448$(BLD)/vm-limit.$(O) : \ 1448$(BLD)/vm-limit.$(O) : \
1449 $(SRC)/vm-limit.c \ 1449 $(SRC)/vm-limit.c \
1450 $(SRC)/mem-limits.h \ 1450 $(SRC)/mem-limits.h \
1451 $(NT_INC)/unistd.h \
1451 $(CONFIG_H) \ 1452 $(CONFIG_H) \
1452 $(LISP_H) 1453 $(LISP_H)
1453 1454