]> git.eshelyaron.com Git - emacs.git/commitdiff
src/makefile.w32-in: Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 29 Jul 2012 17:20:16 +0000 (19:20 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 29 Jul 2012 17:20:16 +0000 (19:20 +0200)
src/ChangeLog
src/makefile.w32-in

index 8a0f998cfc688a726c190d35c53ce7a7044f6964..6dc07cffc46cab7764a4af86249e3c3e1954e258 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
+       ($(BLD)/w32console.$(O)): Update dependencies.
+
 2012-07-29  Dmitry Antipov  <dmantipov@yandex.ru>
 
        Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
index 00b9a21065b87f1f8a6f6f9f620a673fd226b5b0..45972db2cf44ea9fc55b6973212a2d60ecfa8c18 100644 (file)
@@ -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) \