From: Juanma Barranquero Date: Sun, 29 Jul 2012 17:20:16 +0000 (+0200) Subject: src/makefile.w32-in: Update dependencies. X-Git-Tag: emacs-24.2.90~1019 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f259ae657fd3df9f7aef276fe0d83c2277d61bc;p=emacs.git src/makefile.w32-in: Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8a0f998cfc6..6dc07cffc46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-07-29 Juanma Barranquero + + * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O)) + ($(BLD)/w32console.$(O)): Update dependencies. + 2012-07-29 Dmitry Antipov Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 00b9a21065b..45972db2cf4 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -438,8 +438,8 @@ LANGINFO_H = $(NT_INC)/langinfo.h \ LISP_H = $(SRC)/lisp.h \ $(SRC)/globals.h \ $(GNU_LIB)/intprops.h \ - $(NT_INC)/stdalign.h \ - $(INTTYPES_H) + $(INTTYPES_H) \ + $(NT_INC)/stdalign.h MD5_H = $(GNU_LIB)/md5.h \ $(NT_INC)/stdint.h MENU_H = $(SRC)/menu.h \ @@ -784,7 +784,6 @@ $(BLD)/emacs.$(O) : \ $(SRC)/w32heap.h \ $(NT_INC)/sys/file.h \ $(NT_INC)/unistd.h \ - $(GNU_LIB)/verify.h \ $(BLOCKINPUT_H) \ $(BUFFER_H) \ $(CHARACTER_H) \ @@ -1165,6 +1164,7 @@ $(BLD)/w32inevt.$(O) : \ $(SRC)/w32inevt.c \ $(SRC)/termchar.h \ $(SRC)/w32heap.h \ + $(SRC)/w32inevt.h \ $(BLOCKINPUT_H) \ $(CONFIG_H) \ $(DISPEXTERN_H) \ @@ -1196,6 +1196,7 @@ $(BLD)/w32console.$(O) : \ $(SRC)/w32console.c \ $(SRC)/disptab.h \ $(SRC)/termchar.h \ + $(SRC)/w32heap.h \ $(SRC)/w32inevt.h \ $(CHARACTER_H) \ $(CODING_H) \