From 3c51b96b4a916a54372bbba94b35e8924e356825 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Jul 2013 11:53:00 +0200 Subject: [PATCH] src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update. --- src/ChangeLog | 4 ++++ src/makefile.w32-in | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 8b152f4a17..024be050b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-07-09 Juanma Barranquero + + * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update. + 2013-07-09 Paul Eggert Handle errno and exit status a bit more carefully. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 272b053ed1..f4885580e1 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -813,7 +813,6 @@ $(BLD)/emacs.$(O) : \ $(NT_INC)/sys/file.h \ $(NT_INC)/unistd.h \ $(GNU_LIB)/close-stream.h \ - $(GNU_LIB)/ignore-value.h \ $(ATIMER_H) \ $(BUFFER_H) \ $(CHARACTER_H) \ @@ -1407,7 +1406,6 @@ $(BLD)/sysdep.$(O) : \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ $(GNU_LIB)/execinfo.h \ - $(GNU_LIB)/ignore-value.h \ $(GNU_LIB)/utimens.h \ $(CONFIG_H) \ $(C_CTYPE_H) \ -- 2.20.1