From b67238c250b75a4786a58d1688cf02db09516396 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 26 Sep 2012 00:07:22 +0200 Subject: [PATCH] src/makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies. --- src/ChangeLog | 4 ++++ src/makefile.w32-in | 1 + 2 files changed, 5 insertions(+) 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 \ -- 2.39.2