lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
$(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
(SHA512_H): Don't mention u64.h twice.
($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
New targets.
+2012-08-03 Eli Zaretskii <eliz@gnu.org>
+
+ * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
+ $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
+ (SHA512_H): Don't mention u64.h twice.
+ ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
+ New targets.
+
2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, incorporating:
$(BLD)/sha1.$(O) \
$(BLD)/sha256.$(O) \
$(BLD)/sha512.$(O) \
+ $(BLD)/stat-time.$(O) \
+ $(BLD)/timespec.$(O) \
+ $(BLD)/u64.$(O) \
$(BLD)/filemode.$(O)
#
U64_H = $(GNU_LIB)/u64.h \
$(NT_INC)/stdint.h
SHA512_H = $(GNU_LIB)/sha512.h \
- $(U64_H) \
- $(GNU_LIB)/u64.h
+ $(U64_H)
$(BLD)/c-ctype.$(O) : \
$(GNU_LIB)/c-ctype.c \
$(CONFIG_H) \
$(SHA512_H)
+$(BLD)/stat-time.$(O) : \
+ $(GNU_LIB)/stat-time.h \
+ $(NT_INC)/sys/stat.h \
+ $(CONFIG_H)
+
+$(BLD)/timespec.$(O) : \
+ $(GNU_LIB)/timespec.h \
+ $(CONFIG_H)
+
+$(BLD)/u64.$(O) : \
+ $(U64_H) \
+ $(CONFIG_H)
+
$(BLD)/filemode.$(O) : \
$(GNU_LIB)/filemode.c \
$(CONFIG_H) \