summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-08-10 23:29:38 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-08-10 23:29:38 +0200
commit5723992258a8025e29ba9fcae923182fb5456426 (patch)
tree909e590235db08c76b9ce4ac07e830a2171a87dc /lib
parent86b9724a1e7cebc64b02246aae615e1e9d59ed05 (diff)
downloademacs-5723992258a8025e29ba9fcae923182fb5456426.tar.gz
* lib/makefile.w32-in (STAT_TIME_H): New macro.
(FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O)) ($(BLD)/u64.$(O)): Update dependencies.
Diffstat (limited to 'lib')
-rw-r--r--lib/makefile.w32-in17
1 files changed, 10 insertions, 7 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in
index af45b2685bd..11251d55f77 100644
--- a/lib/makefile.w32-in
+++ b/lib/makefile.w32-in
@@ -86,8 +86,7 @@ FTOASTR_H = $(GNU_LIB)/ftoastr.h \
$(GNU_LIB)/intprops.h
FTOASTR_C = $(GNU_LIB)/ftoastr.c \
$(CONFIG_H) \
- $(FTOASTR_H) \
- $(GNU_LIB)/ftoastr.h
+ $(FTOASTR_H)
GETOPT_INT_H = $(GNU_LIB)/getopt_int.h \
$(GNU_LIB)/getopt.h
MD5_H = $(GNU_LIB)/md5.h \
@@ -100,6 +99,8 @@ U64_H = $(GNU_LIB)/u64.h \
$(NT_INC)/stdint.h
SHA512_H = $(GNU_LIB)/sha512.h \
$(U64_H)
+STAT_TIME_H = $(GNU_LIB)/stat-time.h \
+ $(NT_INC)/sys/stat.h
$(BLD)/c-ctype.$(O) : \
$(GNU_LIB)/c-ctype.c \
@@ -199,17 +200,19 @@ $(BLD)/sha512.$(O) : \
$(SHA512_H)
$(BLD)/stat-time.$(O) : \
- $(GNU_LIB)/stat-time.h \
- $(NT_INC)/sys/stat.h \
- $(CONFIG_H)
+ $(GNU_LIB)/stat-time.c \
+ $(CONFIG_H) \
+ $(STAT_TIME_H)
$(BLD)/timespec.$(O) : \
+ $(GNU_LIB)/timespec.c \
$(GNU_LIB)/timespec.h \
$(CONFIG_H)
$(BLD)/u64.$(O) : \
- $(U64_H) \
- $(CONFIG_H)
+ $(GNU_LIB)/u64.c \
+ $(CONFIG_H) \
+ $(U64_H)
$(BLD)/filemode.$(O) : \
$(GNU_LIB)/filemode.c \