lib-src/makefile.w32-in, src/makefile.w32-in: Update dependencies.

* lib-src/makefile.w32-in (SYSWAIT_H): New macro.
($(BLD)/movemail.$(O)): Update dependencies.

* src/makefile.w32-in (SYSWAIT_H): New macro.
($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
($(BLD)/sysdep.$(O)): Update dependencies.
This commit is contained in:
Juanma Barranquero 2012-11-18 00:16:24 +01:00
parent 49cdacdad3
commit a75ce9d3fd
4 changed files with 21 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2012-11-17 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (SYSWAIT_H): New macro.
($(BLD)/movemail.$(O)): Update dependencies.
2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).

View file

@ -374,6 +374,8 @@ NTLIB_H = $(LIB_SRC)/ntlib.h \
SYSTIME_H = $(SRC)/systime.h \
$(NT_INC)/sys/time.h \
$(GNU_LIB)/timespec.h
SYSWAIT_H = $(SRC)/syswait.h \
$(NT_INC)/sys/wait.h
$(BLD)/ctags.$(O) : \
$(LIB_SRC)/ctags.c \
@ -419,14 +421,14 @@ $(BLD)/make-docfile.$(O) : \
$(BLD)/movemail.$(O) : \
$(LIB_SRC)/movemail.c \
$(LIB_SRC)/pop.h \
$(SRC)/syswait.h \
$(NT_INC)/pwd.h \
$(NT_INC)/sys/file.h \
$(NT_INC)/sys/stat.h \
$(NT_INC)/unistd.h \
$(GNU_LIB)/getopt.h \
$(CONFIG_H) \
$(NTLIB_H)
$(NTLIB_H) \
$(SYSWAIT_H)
$(BLD)/ntlib.$(O) : \
$(LIB_SRC)/ntlib.c \

View file

@ -1,3 +1,9 @@
2012-11-17 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (SYSWAIT_H): New macro.
($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
($(BLD)/sysdep.$(O)): Update dependencies.
2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).

View file

@ -472,6 +472,8 @@ SYSSIGNAL_H = $(SRC)/syssignal.h \
SYSTTY_H = $(SRC)/systty.h \
$(NT_INC)/sys/ioctl.h \
$(NT_INC)/unistd.h
SYSWAIT_H = $(SRC)/syswait.h \
$(NT_INC)/sys/wait.h
TERMHOOKS_H = $(SRC)/termhooks.h \
$(SYSTIME_H)
W32FONT_H = $(SRC)/w32font.h \
@ -566,7 +568,6 @@ $(BLD)/callproc.$(O) : \
$(SRC)/commands.h \
$(SRC)/composite.h \
$(SRC)/epaths.h \
$(SRC)/syswait.h \
$(SRC)/w32.h \
$(NT_INC)/sys/file.h \
$(NT_INC)/unistd.h \
@ -580,6 +581,7 @@ $(BLD)/callproc.$(O) : \
$(PROCESS_H) \
$(SYSSIGNAL_H) \
$(SYSTTY_H) \
$(SYSWAIT_H) \
$(TERMHOOKS_H)
$(BLD)/casefiddle.$(O) : \
@ -1216,7 +1218,6 @@ $(BLD)/w32inevt.$(O) : \
$(BLD)/w32proc.$(O) : \
$(SRC)/w32proc.c \
$(SRC)/syswait.h \
$(SRC)/w32.h \
$(SRC)/w32common.h \
$(SRC)/w32heap.h \
@ -1230,6 +1231,7 @@ $(BLD)/w32proc.$(O) : \
$(PROCESS_H) \
$(SYSSIGNAL_H) \
$(SYSTIME_H) \
$(SYSWAIT_H) \
$(W32TERM_H)
$(BLD)/w32console.$(O) : \
@ -1274,7 +1276,6 @@ $(BLD)/process.$(O) : \
$(SRC)/composite.h \
$(SRC)/gnutls.h \
$(SRC)/sysselect.h \
$(SRC)/syswait.h \
$(SRC)/termopts.h \
$(NT_INC)/arpa/inet.h \
$(NT_INC)/netdb.h \
@ -1297,6 +1298,7 @@ $(BLD)/process.$(O) : \
$(SYSSIGNAL_H) \
$(SYSTIME_H) \
$(SYSTTY_H) \
$(SYSWAIT_H) \
$(TERMHOOKS_H) \
$(W32TERM_H) \
$(WINDOW_H)
@ -1380,7 +1382,6 @@ $(BLD)/sysdep.$(O) : \
$(SRC)/blockinput.h \
$(SRC)/cm.h \
$(SRC)/sysselect.h \
$(SRC)/syswait.h \
$(SRC)/termchar.h \
$(SRC)/termopts.h \
$(NT_INC)/netdb.h \
@ -1405,6 +1406,7 @@ $(BLD)/sysdep.$(O) : \
$(SYSSIGNAL_H) \
$(SYSTIME_H) \
$(SYSTTY_H) \
$(SYSWAIT_H) \
$(TERMHOOKS_H) \
$(WINDOW_H)