aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in1
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 @@
12012-09-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
4
12012-09-25 Paul Eggert <eggert@cs.ucla.edu> 52012-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 \