diff options
| author | Juanma Barranquero | 2012-09-05 02:30:14 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-05 02:30:14 +0200 |
| commit | 776f29e171a93dac78b15397393bf40d8fcfd584 (patch) | |
| tree | d391e66a4429da9817f2ae5eea58f4764f49691d /src | |
| parent | 5dbaffae0c72f1c059b5c6a66198a95e288ae743 (diff) | |
| download | emacs-776f29e171a93dac78b15397393bf40d8fcfd584.tar.gz emacs-776f29e171a93dac78b15397393bf40d8fcfd584.zip | |
src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d7a263df229..7922a92d0fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-09-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. | ||
| 4 | |||
| 1 | 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org> | 5 | 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * eval.c (call_debugger): Make the function non-static so that we | 7 | * eval.c (call_debugger): Make the function non-static so that we |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index a8dcf5f2ae8..7b9c67bf135 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -1365,6 +1365,7 @@ $(BLD)/sysdep.$(O) : \ | |||
| 1365 | $(NT_INC)/sys/stat.h \ | 1365 | $(NT_INC)/sys/stat.h \ |
| 1366 | $(NT_INC)/unistd.h \ | 1366 | $(NT_INC)/unistd.h \ |
| 1367 | $(GNU_LIB)/allocator.h \ | 1367 | $(GNU_LIB)/allocator.h \ |
| 1368 | $(GNU_LIB)/execinfo.h \ | ||
| 1368 | $(GNU_LIB)/ignore-value.h \ | 1369 | $(GNU_LIB)/ignore-value.h \ |
| 1369 | $(GNU_LIB)/utimens.h \ | 1370 | $(GNU_LIB)/utimens.h \ |
| 1370 | $(BLOCKINPUT_H) \ | 1371 | $(BLOCKINPUT_H) \ |