diff options
| author | Juanma Barranquero | 2013-03-29 04:03:19 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2013-03-29 04:03:19 +0100 |
| commit | 1921c31bb940e67ac6c8a0b20ef5a9504ab8d2df (patch) | |
| tree | ad6ced819e78e16998f7023fefbb39639fdf080c | |
| parent | a0c0aab26b027849e618e0a6d30f74f99bb24a60 (diff) | |
| download | emacs-1921c31bb940e67ac6c8a0b20ef5a9504ab8d2df.tar.gz emacs-1921c31bb940e67ac6c8a0b20ef5a9504ab8d2df.zip | |
src/makefile.w32-in: Update dependencies.
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/makefile.w32-in | 2 |
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 @@ | |||
| 1 | 2013-03-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/filelock.$(O)): | ||
| 4 | Update dependencies. | ||
| 5 | |||
| 1 | 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-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 \ |