diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/makefile.w32-in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index d5128cc9a61..cd62fbcd13d 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in | |||
| @@ -34,6 +34,7 @@ GNULIBOBJS = $(BLD)/c-ctype.$(O) \ | |||
| 34 | $(BLD)/getopt.$(O) \ | 34 | $(BLD)/getopt.$(O) \ |
| 35 | $(BLD)/getopt1.$(O) \ | 35 | $(BLD)/getopt1.$(O) \ |
| 36 | $(BLD)/gettime.$(O) \ | 36 | $(BLD)/gettime.$(O) \ |
| 37 | $(BLD)/memrchr.$(O) \ | ||
| 37 | $(BLD)/strftime.$(O) \ | 38 | $(BLD)/strftime.$(O) \ |
| 38 | $(BLD)/time_r.$(O) \ | 39 | $(BLD)/time_r.$(O) \ |
| 39 | $(BLD)/timespec-add.$(O) \ | 40 | $(BLD)/timespec-add.$(O) \ |
| @@ -201,6 +202,10 @@ $(BLD)/md5.$(O) : \ | |||
| 201 | $(CONFIG_H) \ | 202 | $(CONFIG_H) \ |
| 202 | $(MD5_H) | 203 | $(MD5_H) |
| 203 | 204 | ||
| 205 | $(BLD)/memrchr.$(O) : \ | ||
| 206 | $(GNU_LIB)/memrchr.c \ | ||
| 207 | $(CONFIG_H) | ||
| 208 | |||
| 204 | $(BLD)/sha1.$(O) : \ | 209 | $(BLD)/sha1.$(O) : \ |
| 205 | $(GNU_LIB)/sha1.c \ | 210 | $(GNU_LIB)/sha1.c \ |
| 206 | $(NT_INC)/stdalign.h \ | 211 | $(NT_INC)/stdalign.h \ |