]> git.eshelyaron.com Git - emacs.git/commitdiff
(lib-src,src,lib)/makefile.w32-in: Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 11 Dec 2012 02:06:53 +0000 (03:06 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 11 Dec 2012 02:06:53 +0000 (03:06 +0100)
ChangeLog
lib-src/ChangeLog
lib-src/makefile.w32-in
lib/makefile.w32-in
src/ChangeLog
src/makefile.w32-in

index 2bb7eab468e41a696f0186f7e29aeb121ee41cd5..05bc063624bb42ef97a12a341bdd2a9e025b8d39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lib/makefile.w32-in (SIG2STR_H): New macro.
+       ($(BLD)/sig2str.$(O)): Update dependencies.
+
 2012-12-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
index 58fec00da417d6a62328bd91d0347666afeed180..866e76ad24f14973c84cab76f3e03b905ded0306 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (SYSWAIT_H): Update dependencies.
+
 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (obj): Add w32notify.o.  Add missing X and Unix
index 2d4270b0e963ec6434ef45f730473f05b745ab5d..24be44e22f2e1e9ab0a0ba6aa6409f68fcd41a3c 100644 (file)
@@ -378,6 +378,7 @@ SYSTIME_H      = $(SRC)/systime.h \
                 $(NT_INC)/sys/time.h \
                 $(GNU_LIB)/timespec.h
 SYSWAIT_H      = $(SRC)/syswait.h \
+                $(NT_INC)/stdbool.h \
                 $(NT_INC)/sys/wait.h
 
 $(BLD)/ctags.$(O) : \
index b27e21032b3315762ce5017e53512435cf570a80..1482d686acbd32f4cab8e24d69cceeb9ca17066f 100644 (file)
@@ -103,6 +103,8 @@ U64_H          = $(GNU_LIB)/u64.h \
                 $(NT_INC)/stdint.h
 SHA512_H       = $(GNU_LIB)/sha512.h \
                 $(U64_H)
+SIG2STR_H      = $(GNU_LIB)/sig2str.h \
+                $(GNU_LIB)/intprops.h
 STAT_TIME_H    = $(GNU_LIB)/stat-time.h \
                 $(NT_INC)/sys/stat.h
 
@@ -243,8 +245,7 @@ $(BLD)/filemode.$(O) : \
 $(BLD)/sig2str.$(O) : \
        $(GNU_LIB)/sig2str.c \
        $(CONFIG_H) \
-       $(GNU_LIB)/sig2str.h \
-       $(GNU_LIB)/intprops.h
+       $(SIG2STR_H)
 
 
 # The following dependencies are for supporting parallel builds, where
index 96e7f152725442cfe2cf976184658f48e72c9842..0474cf67e1642ac8cce13452010011003abc1ee3 100644 (file)
@@ -1,3 +1,9 @@
+2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (SIG2STR_H): New macro.
+       (SYSWAIT_H, $(BLD)/emacs.$(O), $(BLD)/process.$(O))
+       ($(BLD)/w32notify.$(O)): Update dependencies.
+
 2012-12-10  Daniel Colascione  <dancol@dancol.org>
 
        * w32term.c, keyboard.c: Fix build break in cygw32 by omitting
index 388c097a0669c21d19b746bc0fe8821babc6a9e0..facf79cf8499f1c1dc7ccf74a45fc91dc424dd88 100644 (file)
@@ -462,6 +462,8 @@ U64_H          = $(GNU_LIB)/u64.h \
                 $(NT_INC)/stdint.h
 SHA512_H       = $(GNU_LIB)/sha512.h \
                 $(U64_H)
+SIG2STR_H      = $(GNU_LIB)/sig2str.h \
+                $(GNU_LIB)/intprops.h
 SOCKET_H       = $(NT_INC)/sys/socket.h \
                 $(SRC)/w32.h
 STAT_TIME_H    = $(GNU_LIB)/stat-time.h \
@@ -472,6 +474,7 @@ SYSTTY_H       = $(SRC)/systty.h \
                 $(NT_INC)/sys/ioctl.h \
                 $(NT_INC)/unistd.h
 SYSWAIT_H      = $(SRC)/syswait.h \
+                $(NT_INC)/stdbool.h \
                 $(NT_INC)/sys/wait.h
 TERMHOOKS_H    = $(SRC)/termhooks.h \
                 $(SYSTIME_H)
@@ -800,6 +803,7 @@ $(BLD)/emacs.$(O) : \
        $(SRC)/keymap.h \
        $(SRC)/unexec.h \
        $(SRC)/w32.h \
+       $(SRC)/w32common.h \
        $(SRC)/w32heap.h \
        $(SRC)/w32select.h \
        $(NT_INC)/sys/file.h \
@@ -1288,11 +1292,13 @@ $(BLD)/process.$(O) : \
        $(CHARACTER_H) \
        $(CODING_H) \
        $(CONFIG_H) \
+       $(C_CTYPE_H) \
        $(DISPEXTERN_H) \
        $(FRAME_H) \
        $(KEYBOARD_H) \
        $(LISP_H) \
        $(PROCESS_H) \
+       $(SIG2STR_H) \
        $(SOCKET_H) \
        $(SYSSIGNAL_H) \
        $(SYSTIME_H) \
@@ -1696,6 +1702,7 @@ $(BLD)/w32uniscribe.$(O) : \
 
 $(BLD)/w32notify.$(O) : \
        $(SRC)/w32notify.c \
+       $(SRC)/w32.h \
        $(SRC)/w32common.h \
        $(CODING_H) \
        $(CONFIG_H) \