From: Juanma Barranquero Date: Tue, 25 Sep 2012 22:07:22 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies. X-Git-Tag: emacs-24.2.90~244^2~85 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b67238c250b75a4786a58d1688cf02db09516396;p=emacs.git src/makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index efee4321250..14be5f87107 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-09-25 Juanma Barranquero + + * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies. + 2012-09-25 Paul Eggert 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) : \ $(SRC)/commands.h \ $(SRC)/composite.h \ $(SRC)/epaths.h \ + $(SRC)/syswait.h \ $(SRC)/w32.h \ $(NT_INC)/sys/file.h \ $(NT_INC)/unistd.h \