diff options
| author | Juanma Barranquero | 2013-02-13 01:50:38 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2013-02-13 01:50:38 +0100 |
| commit | 45b2b76861220779a9ea2096a39c9bc18352517d (patch) | |
| tree | 3bf68669efe80d26aa9b081a0787e900853dc1ad /src | |
| parent | a683d06b31056f38e196818f5dddb3b7c26a48eb (diff) | |
| download | emacs-45b2b76861220779a9ea2096a39c9bc18352517d.tar.gz emacs-45b2b76861220779a9ea2096a39c9bc18352517d.zip | |
src/makefile.w32-in: Update dependencies.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/makefile.w32-in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 05737bb1194..7c28407d398 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-02-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/sysdep.$(O)): | ||
| 4 | Update dependencies. | ||
| 5 | |||
| 1 | 2013-02-12 Eli Zaretskii <eliz@gnu.org> | 6 | 2013-02-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (redisplay_internal): Don't set w->region_showing to the | 8 | * xdisp.c (redisplay_internal): Don't set w->region_showing to the |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index bbd9fd907b6..6e1873f8e49 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -847,7 +847,9 @@ $(BLD)/fileio.$(O) : \ | |||
| 847 | $(NT_INC)/sys/file.h \ | 847 | $(NT_INC)/sys/file.h \ |
| 848 | $(NT_INC)/sys/stat.h \ | 848 | $(NT_INC)/sys/stat.h \ |
| 849 | $(NT_INC)/unistd.h \ | 849 | $(NT_INC)/unistd.h \ |
| 850 | $(GNU_LIB)/allocator.h \ | ||
| 850 | $(BUFFER_H) \ | 851 | $(BUFFER_H) \ |
| 852 | $(CAREADLINKAT_H) \ | ||
| 851 | $(CHARACTER_H) \ | 853 | $(CHARACTER_H) \ |
| 852 | $(CODING_H) \ | 854 | $(CODING_H) \ |
| 853 | $(CONFIG_H) \ | 855 | $(CONFIG_H) \ |
| @@ -1397,11 +1399,9 @@ $(BLD)/sysdep.$(O) : \ | |||
| 1397 | $(NT_INC)/sys/file.h \ | 1399 | $(NT_INC)/sys/file.h \ |
| 1398 | $(NT_INC)/sys/stat.h \ | 1400 | $(NT_INC)/sys/stat.h \ |
| 1399 | $(NT_INC)/unistd.h \ | 1401 | $(NT_INC)/unistd.h \ |
| 1400 | $(GNU_LIB)/allocator.h \ | ||
| 1401 | $(GNU_LIB)/execinfo.h \ | 1402 | $(GNU_LIB)/execinfo.h \ |
| 1402 | $(GNU_LIB)/ignore-value.h \ | 1403 | $(GNU_LIB)/ignore-value.h \ |
| 1403 | $(GNU_LIB)/utimens.h \ | 1404 | $(GNU_LIB)/utimens.h \ |
| 1404 | $(CAREADLINKAT_H) \ | ||
| 1405 | $(CONFIG_H) \ | 1405 | $(CONFIG_H) \ |
| 1406 | $(C_CTYPE_H) \ | 1406 | $(C_CTYPE_H) \ |
| 1407 | $(DISPEXTERN_H) \ | 1407 | $(DISPEXTERN_H) \ |