From: Juanma Barranquero Date: Tue, 21 Sep 2010 12:49:59 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~47^2~44^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bc88f4b8aabaeb99461e7c509129f27b2af4d6c;p=emacs.git src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index 205ae565e6b..90e21b7bda9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-09-21 Juanma Barranquero + + * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. + 2010-09-21 Dan Nicolaescu * emacs.c: Do not include sys/ioctl.h, not needed. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 8d99d6cedfe..752a3c211b3 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1344,7 +1344,6 @@ $(BLD)/sysdep.$(O) : \ $(EMACS_ROOT)/nt/inc/pwd.h \ $(EMACS_ROOT)/nt/inc/unistd.h \ $(EMACS_ROOT)/nt/inc/sys/file.h \ - $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ $(EMACS_ROOT)/nt/inc/sys/socket.h \ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(SRC)/lisp.h \