diff options
| author | Juanma Barranquero | 2011-08-27 03:42:00 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-08-27 03:42:00 +0200 |
| commit | 0cae2cdbb309359423b4a60eae1412da7dcee8ac (patch) | |
| tree | 23589e3e32392940ca58b2836513eef422a2e349 /src | |
| parent | 2f6a3e791265352675c52a41b0c17ccaab4210da (diff) | |
| download | emacs-0cae2cdbb309359423b4a60eae1412da7dcee8ac.tar.gz emacs-0cae2cdbb309359423b4a60eae1412da7dcee8ac.zip | |
src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
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 bb2a0d20c1f..901194ed0a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-08-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. | ||
| 4 | |||
| 1 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Integer and memory overflow issues (Bug#9196). | 7 | Integer and memory overflow issues (Bug#9196). |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 792b66b0e4f..53cb5f857ab 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -469,6 +469,7 @@ $(BLD)/alloc.$(O) : \ | |||
| 469 | $(SRC)/syssignal.h \ | 469 | $(SRC)/syssignal.h \ |
| 470 | $(SRC)/w32.h \ | 470 | $(SRC)/w32.h \ |
| 471 | $(NT_INC)/unistd.h \ | 471 | $(NT_INC)/unistd.h \ |
| 472 | $(GNU_LIB)/verify.h \ | ||
| 472 | $(BLOCKINPUT_H) \ | 473 | $(BLOCKINPUT_H) \ |
| 473 | $(CHARACTER_H) \ | 474 | $(CHARACTER_H) \ |
| 474 | $(CONFIG_H) \ | 475 | $(CONFIG_H) \ |