aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-11-18 00:16:24 +0100
committerJuanma Barranquero2012-11-18 00:16:24 +0100
commita75ce9d3fd54377fa67bdfb94f46dbe1f1e59450 (patch)
treee4c6de62927192338a29dd12076f2f9c9bc3606b /src/ChangeLog
parent49cdacdad393e2b9282a19a963030dfbe1a738ab (diff)
downloademacs-a75ce9d3fd54377fa67bdfb94f46dbe1f1e59450.tar.gz
emacs-a75ce9d3fd54377fa67bdfb94f46dbe1f1e59450.zip
lib-src/makefile.w32-in, src/makefile.w32-in: Update dependencies.
* lib-src/makefile.w32-in (SYSWAIT_H): New macro. ($(BLD)/movemail.$(O)): Update dependencies. * src/makefile.w32-in (SYSWAIT_H): New macro. ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O)) ($(BLD)/sysdep.$(O)): Update dependencies.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a847a3913dd..c7fb6170d27 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-11-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (SYSWAIT_H): New macro.
4 ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
5 ($(BLD)/sysdep.$(O)): Update dependencies.
6
12012-11-17 Paul Eggert <eggert@cs.ucla.edu> 72012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881). 9 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).