diff options
| author | Juanma Barranquero | 2012-09-14 03:22:21 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-14 03:22:21 +0200 |
| commit | 2a7931e3548f730ca1abdc489cc0575a6c4e7cab (patch) | |
| tree | 89591ae68c5e770c41b6b9216244c45f0c63aab5 /src | |
| parent | fe5979317f5369ccb9e43f06d0a7dc5e3314f98f (diff) | |
| download | emacs-2a7931e3548f730ca1abdc489cc0575a6c4e7cab.tar.gz emacs-2a7931e3548f730ca1abdc489cc0575a6c4e7cab.zip | |
src/makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a7fe68646d0..0f741c5c4cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-09-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies. | ||
| 4 | |||
| 1 | 2012-09-13 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-09-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Use a more backwards-compatible timer format (Bug#12430). | 7 | Use a more backwards-compatible timer format (Bug#12430). |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 7b9c67bf135..24ecb2676da 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -482,7 +482,6 @@ WINDOW_H = $(SRC)/window.h \ | |||
| 482 | $(BLD)/alloc.$(O) : \ | 482 | $(BLD)/alloc.$(O) : \ |
| 483 | $(SRC)/alloc.c \ | 483 | $(SRC)/alloc.c \ |
| 484 | $(SRC)/puresize.h \ | 484 | $(SRC)/puresize.h \ |
| 485 | $(SRC)/syssignal.h \ | ||
| 486 | $(SRC)/w32.h \ | 485 | $(SRC)/w32.h \ |
| 487 | $(NT_INC)/unistd.h \ | 486 | $(NT_INC)/unistd.h \ |
| 488 | $(GNU_LIB)/verify.h \ | 487 | $(GNU_LIB)/verify.h \ |