diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-09-26 00:07:22 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-09-26 00:07:22 +0200 |
commit | b67238c250b75a4786a58d1688cf02db09516396 (patch) | |
tree | 8e0ee8622154ade1bd0b4e04337cdb16e8849438 /src/makefile.w32-in | |
parent | e26fd2e4a9bdf06d809bdc03db1eb592a4df8177 (diff) | |
download | emacs-b67238c250b75a4786a58d1688cf02db09516396.tar.gz |
src/makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
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 f58ec1bb279..bed6f215711 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -561,6 +561,7 @@ $(BLD)/callproc.$(O) : \ $(SRC)/commands.h \ $(SRC)/composite.h \ $(SRC)/epaths.h \ + $(SRC)/syswait.h \ $(SRC)/w32.h \ $(NT_INC)/sys/file.h \ $(NT_INC)/unistd.h \ |