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 /src/makefile.w32-in | |
| 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.
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
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 | ||