From: Juanma Barranquero Date: Fri, 14 Sep 2012 01:22:21 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies. X-Git-Tag: emacs-24.2.90~279 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a7931e3548f730ca1abdc489cc0575a6c4e7cab;p=emacs.git src/makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index a7fe68646d0..0f741c5c4cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-09-14 Juanma Barranquero + + * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies. + 2012-09-13 Paul Eggert Use a more backwards-compatible timer format (Bug#12430). diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 7b9c67bf135..24ecb2676da 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -482,7 +482,6 @@ WINDOW_H = $(SRC)/window.h \ $(BLD)/alloc.$(O) : \ $(SRC)/alloc.c \ $(SRC)/puresize.h \ - $(SRC)/syssignal.h \ $(SRC)/w32.h \ $(NT_INC)/unistd.h \ $(GNU_LIB)/verify.h \