diff options
| author | Juanma Barranquero | 2012-09-26 00:07:22 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-26 00:07:22 +0200 |
| commit | b67238c250b75a4786a58d1688cf02db09516396 (patch) | |
| tree | 8e0ee8622154ade1bd0b4e04337cdb16e8849438 /src | |
| parent | e26fd2e4a9bdf06d809bdc03db1eb592a4df8177 (diff) | |
| download | emacs-b67238c250b75a4786a58d1688cf02db09516396.tar.gz emacs-b67238c250b75a4786a58d1688cf02db09516396.zip | |
src/makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
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 efee4321250..14be5f87107 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-09-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies. | ||
| 4 | |||
| 1 | 2012-09-25 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-09-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Prefer POSIX timers if available. | 7 | Prefer POSIX timers if available. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index f58ec1bb279..bed6f215711 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -561,6 +561,7 @@ $(BLD)/callproc.$(O) : \ | |||
| 561 | $(SRC)/commands.h \ | 561 | $(SRC)/commands.h \ |
| 562 | $(SRC)/composite.h \ | 562 | $(SRC)/composite.h \ |
| 563 | $(SRC)/epaths.h \ | 563 | $(SRC)/epaths.h \ |
| 564 | $(SRC)/syswait.h \ | ||
| 564 | $(SRC)/w32.h \ | 565 | $(SRC)/w32.h \ |
| 565 | $(NT_INC)/sys/file.h \ | 566 | $(NT_INC)/sys/file.h \ |
| 566 | $(NT_INC)/unistd.h \ | 567 | $(NT_INC)/unistd.h \ |