aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in6
2 files changed, 9 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 599e005b4e0..926297b6dd3 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12012-11-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (SYSWAIT_H): New macro.
4 ($(BLD)/movemail.$(O)): Update dependencies.
5
12012-11-17 Paul Eggert <eggert@cs.ucla.edu> 62012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881). 8 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index f3ab4421fd3..cbd29f32cfe 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -374,6 +374,8 @@ NTLIB_H = $(LIB_SRC)/ntlib.h \
374SYSTIME_H = $(SRC)/systime.h \ 374SYSTIME_H = $(SRC)/systime.h \
375 $(NT_INC)/sys/time.h \ 375 $(NT_INC)/sys/time.h \
376 $(GNU_LIB)/timespec.h 376 $(GNU_LIB)/timespec.h
377SYSWAIT_H = $(SRC)/syswait.h \
378 $(NT_INC)/sys/wait.h
377 379
378$(BLD)/ctags.$(O) : \ 380$(BLD)/ctags.$(O) : \
379 $(LIB_SRC)/ctags.c \ 381 $(LIB_SRC)/ctags.c \
@@ -419,14 +421,14 @@ $(BLD)/make-docfile.$(O) : \
419$(BLD)/movemail.$(O) : \ 421$(BLD)/movemail.$(O) : \
420 $(LIB_SRC)/movemail.c \ 422 $(LIB_SRC)/movemail.c \
421 $(LIB_SRC)/pop.h \ 423 $(LIB_SRC)/pop.h \
422 $(SRC)/syswait.h \
423 $(NT_INC)/pwd.h \ 424 $(NT_INC)/pwd.h \
424 $(NT_INC)/sys/file.h \ 425 $(NT_INC)/sys/file.h \
425 $(NT_INC)/sys/stat.h \ 426 $(NT_INC)/sys/stat.h \
426 $(NT_INC)/unistd.h \ 427 $(NT_INC)/unistd.h \
427 $(GNU_LIB)/getopt.h \ 428 $(GNU_LIB)/getopt.h \
428 $(CONFIG_H) \ 429 $(CONFIG_H) \
429 $(NTLIB_H) 430 $(NTLIB_H) \
431 $(SYSWAIT_H)
430 432
431$(BLD)/ntlib.$(O) : \ 433$(BLD)/ntlib.$(O) : \
432 $(LIB_SRC)/ntlib.c \ 434 $(LIB_SRC)/ntlib.c \