aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2013-03-29 04:03:19 +0100
committerJuanma Barranquero2013-03-29 04:03:19 +0100
commit1921c31bb940e67ac6c8a0b20ef5a9504ab8d2df (patch)
treead6ced819e78e16998f7023fefbb39639fdf080c
parenta0c0aab26b027849e618e0a6d30f74f99bb24a60 (diff)
downloademacs-1921c31bb940e67ac6c8a0b20ef5a9504ab8d2df.tar.gz
emacs-1921c31bb940e67ac6c8a0b20ef5a9504ab8d2df.zip
src/makefile.w32-in: Update dependencies.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/makefile.w32-in2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 59cf008b72f..e741432a9c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-03-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/filelock.$(O)):
4 Update dependencies.
5
12013-03-28 Stefan Monnier <monnier@iro.umontreal.ca> 62013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER) 8 * lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER)
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 93f12900dde..aacc258cd11 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -873,6 +873,7 @@ $(BLD)/filelock.$(O) : \
873 $(CHARACTER_H) \ 873 $(CHARACTER_H) \
874 $(CODING_H) \ 874 $(CODING_H) \
875 $(CONFIG_H) \ 875 $(CONFIG_H) \
876 $(C_CTYPE_H) \
876 $(LISP_H) \ 877 $(LISP_H) \
877 $(SYSTIME_H) 878 $(SYSTIME_H)
878 879
@@ -1398,6 +1399,7 @@ $(BLD)/sysdep.$(O) : \
1398 $(NT_INC)/netdb.h \ 1399 $(NT_INC)/netdb.h \
1399 $(NT_INC)/pwd.h \ 1400 $(NT_INC)/pwd.h \
1400 $(NT_INC)/sys/file.h \ 1401 $(NT_INC)/sys/file.h \
1402 $(NT_INC)/sys/param.h \
1401 $(NT_INC)/sys/stat.h \ 1403 $(NT_INC)/sys/stat.h \
1402 $(NT_INC)/unistd.h \ 1404 $(NT_INC)/unistd.h \
1403 $(GNU_LIB)/execinfo.h \ 1405 $(GNU_LIB)/execinfo.h \