From: Juanma Barranquero Date: Wed, 27 Apr 2011 23:35:33 +0000 (+0200) Subject: src/makefile.w32-in: Update dependencies. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea51cceb3c665c11cb3299e4bfd2545b1d1c3e9e;p=emacs.git src/makefile.w32-in: Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index f67e27f4e5e..e54b2862523 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-04-27 Juanma Barranquero + + * makefile.w32-in: Update dependencies. + 2011-04-27 Eli Zaretskii Improve `doprnt' and its usage. (Bug#8545) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 4ba314318db..0de687c01a1 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -953,12 +953,12 @@ $(BLD)/gmalloc.$(O) : \ $(SRC)/getpagesize.h $(BLD)/gnutls.$(O) : \ - $(SRC)/gnutls.h \ $(SRC)/gnutls.c \ $(CONFIG_H) \ - $(EMACS_ROOT)/nt/inc/sys/socket.h \ - $(SRC)/lisp.h \ - $(SRC)/process.h + $(EMACS_ROOT)/nt/inc/unistd.h \ + $(LISP_H) \ + $(PROCESS_H) \ + $(SRC)/w32.h $(BLD)/image.$(O) : \ $(SRC)/image.c \ @@ -1026,6 +1026,7 @@ $(BLD)/intervals.$(O) : \ $(SRC)/intervals.c \ $(CONFIG_H) \ $(EMACS_ROOT)/nt/inc/sys/time.h \ + $(EMACS_ROOT)/lib/intprops.h \ $(LISP_H) \ $(SRC)/buffer.h \ $(SRC)/coding.h \ @@ -1102,6 +1103,8 @@ $(BLD)/lastfile.$(O) : \ $(BLD)/lread.$(O) : \ $(SRC)/lread.c \ $(CONFIG_H) \ + $(EMACS_ROOT)/nt/inc/inttypes.h \ + $(EMACS_ROOT)/nt/inc/stdint.h \ $(EMACS_ROOT)/nt/inc/unistd.h \ $(EMACS_ROOT)/nt/inc/sys/file.h \ $(EMACS_ROOT)/nt/inc/sys/time.h \ @@ -1196,6 +1199,8 @@ $(BLD)/w32.$(O) : \ $(EMACS_ROOT)/nt/inc/sys/file.h \ $(EMACS_ROOT)/nt/inc/sys/socket.h \ $(EMACS_ROOT)/nt/inc/sys/time.h \ + $(EMACS_ROOT)/lib/allocator.h \ + $(EMACS_ROOT)/lib/careadlinkat.h \ $(LISP_H) \ $(PROCESS_H) \ $(SRC)/coding.h \ @@ -1434,6 +1439,8 @@ $(BLD)/sysdep.$(O) : \ $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ $(EMACS_ROOT)/nt/inc/sys/socket.h \ $(EMACS_ROOT)/nt/inc/sys/time.h \ + $(EMACS_ROOT)/lib/allocator.h \ + $(EMACS_ROOT)/lib/careadlinkat.h \ $(EMACS_ROOT)/lib/ignore-value.h \ $(LISP_H) \ $(PROCESS_H) \