diff options
| author | Juanma Barranquero | 2012-08-10 23:29:38 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-08-10 23:29:38 +0200 |
| commit | 5723992258a8025e29ba9fcae923182fb5456426 (patch) | |
| tree | 909e590235db08c76b9ce4ac07e830a2171a87dc /lib | |
| parent | 86b9724a1e7cebc64b02246aae615e1e9d59ed05 (diff) | |
| download | emacs-5723992258a8025e29ba9fcae923182fb5456426.tar.gz emacs-5723992258a8025e29ba9fcae923182fb5456426.zip | |
* 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-in | 17 |
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 \ | |||
| 86 | $(GNU_LIB)/intprops.h | 86 | $(GNU_LIB)/intprops.h |
| 87 | FTOASTR_C = $(GNU_LIB)/ftoastr.c \ | 87 | FTOASTR_C = $(GNU_LIB)/ftoastr.c \ |
| 88 | $(CONFIG_H) \ | 88 | $(CONFIG_H) \ |
| 89 | $(FTOASTR_H) \ | 89 | $(FTOASTR_H) |
| 90 | $(GNU_LIB)/ftoastr.h | ||
| 91 | GETOPT_INT_H = $(GNU_LIB)/getopt_int.h \ | 90 | GETOPT_INT_H = $(GNU_LIB)/getopt_int.h \ |
| 92 | $(GNU_LIB)/getopt.h | 91 | $(GNU_LIB)/getopt.h |
| 93 | MD5_H = $(GNU_LIB)/md5.h \ | 92 | MD5_H = $(GNU_LIB)/md5.h \ |
| @@ -100,6 +99,8 @@ U64_H = $(GNU_LIB)/u64.h \ | |||
| 100 | $(NT_INC)/stdint.h | 99 | $(NT_INC)/stdint.h |
| 101 | SHA512_H = $(GNU_LIB)/sha512.h \ | 100 | SHA512_H = $(GNU_LIB)/sha512.h \ |
| 102 | $(U64_H) | 101 | $(U64_H) |
| 102 | STAT_TIME_H = $(GNU_LIB)/stat-time.h \ | ||
| 103 | $(NT_INC)/sys/stat.h | ||
| 103 | 104 | ||
| 104 | $(BLD)/c-ctype.$(O) : \ | 105 | $(BLD)/c-ctype.$(O) : \ |
| 105 | $(GNU_LIB)/c-ctype.c \ | 106 | $(GNU_LIB)/c-ctype.c \ |
| @@ -199,17 +200,19 @@ $(BLD)/sha512.$(O) : \ | |||
| 199 | $(SHA512_H) | 200 | $(SHA512_H) |
| 200 | 201 | ||
| 201 | $(BLD)/stat-time.$(O) : \ | 202 | $(BLD)/stat-time.$(O) : \ |
| 202 | $(GNU_LIB)/stat-time.h \ | 203 | $(GNU_LIB)/stat-time.c \ |
| 203 | $(NT_INC)/sys/stat.h \ | 204 | $(CONFIG_H) \ |
| 204 | $(CONFIG_H) | 205 | $(STAT_TIME_H) |
| 205 | 206 | ||
| 206 | $(BLD)/timespec.$(O) : \ | 207 | $(BLD)/timespec.$(O) : \ |
| 208 | $(GNU_LIB)/timespec.c \ | ||
| 207 | $(GNU_LIB)/timespec.h \ | 209 | $(GNU_LIB)/timespec.h \ |
| 208 | $(CONFIG_H) | 210 | $(CONFIG_H) |
| 209 | 211 | ||
| 210 | $(BLD)/u64.$(O) : \ | 212 | $(BLD)/u64.$(O) : \ |
| 211 | $(U64_H) \ | 213 | $(GNU_LIB)/u64.c \ |
| 212 | $(CONFIG_H) | 214 | $(CONFIG_H) \ |
| 215 | $(U64_H) | ||
| 213 | 216 | ||
| 214 | $(BLD)/filemode.$(O) : \ | 217 | $(BLD)/filemode.$(O) : \ |
| 215 | $(GNU_LIB)/filemode.c \ | 218 | $(GNU_LIB)/filemode.c \ |