diff options
| author | Eli Zaretskii | 2011-03-17 21:55:40 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-03-17 21:55:40 +0200 |
| commit | 09f6ff021c99c2b80f39e6d8a54ef556ea108a83 (patch) | |
| tree | 24d9d8cbb00b6b010c7287093a0f2e7bc2dda49f | |
| parent | 381259ef0debba4c0bb07bb5473467c1d4d84223 (diff) | |
| download | emacs-09f6ff021c99c2b80f39e6d8a54ef556ea108a83.tar.gz emacs-09f6ff021c99c2b80f39e6d8a54ef556ea108a83.zip | |
Update MS-Windows dependencies after 2011-03-17T18:41:30Z!eggert@cs.ucla.edu.
src/makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
| -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 acc3f0308ed..93c8245b239 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-03-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h. | ||
| 4 | |||
| 1 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Fix more problems found by GCC 4.5.2's static checks. | 7 | Fix more problems found by GCC 4.5.2's static checks. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 9916a884292..3d882b23d6b 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -1516,6 +1516,7 @@ $(BLD)/undo.$(O) : \ | |||
| 1516 | 1516 | ||
| 1517 | $(BLD)/unexw32.$(O) : \ | 1517 | $(BLD)/unexw32.$(O) : \ |
| 1518 | $(SRC)/unexw32.c \ | 1518 | $(SRC)/unexw32.c \ |
| 1519 | $(SRC)/unexec.h \ | ||
| 1519 | $(CONFIG_H) \ | 1520 | $(CONFIG_H) \ |
| 1520 | $(SRC)/w32heap.h | 1521 | $(SRC)/w32heap.h |
| 1521 | 1522 | ||