diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/makefile.w32-in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index 7e807278a40..67171e07900 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in | |||
| @@ -116,6 +116,12 @@ $(BLD)/c-strcasecmp.$(O) : \ | |||
| 116 | $(CONFIG_H) \ | 116 | $(CONFIG_H) \ |
| 117 | $(C_CTYPE_H) | 117 | $(C_CTYPE_H) |
| 118 | 118 | ||
| 119 | $(BLD)/c-strncasecmp.$(O) : \ | ||
| 120 | $(GNU_LIB)/c-strncasecmp.c \ | ||
| 121 | $(GNU_LIB)/c-strcase.h \ | ||
| 122 | $(CONFIG_H) \ | ||
| 123 | $(C_CTYPE_H) | ||
| 124 | |||
| 119 | $(BLD)/close-stream.$(O) : \ | 125 | $(BLD)/close-stream.$(O) : \ |
| 120 | $(GNU_LIB)/close-stream.c \ | 126 | $(GNU_LIB)/close-stream.c \ |
| 121 | $(GNU_LIB)/close-stream.h \ | 127 | $(GNU_LIB)/close-stream.h \ |
| @@ -123,12 +129,6 @@ $(BLD)/close-stream.$(O) : \ | |||
| 123 | $(NT_INC)/stdbool.h \ | 129 | $(NT_INC)/stdbool.h \ |
| 124 | $(CONFIG_H) | 130 | $(CONFIG_H) |
| 125 | 131 | ||
| 126 | $(BLD)/c-strncasecmp.$(O) : \ | ||
| 127 | $(GNU_LIB)/c-strncasecmp.c \ | ||
| 128 | $(GNU_LIB)/c-strcase.h \ | ||
| 129 | $(CONFIG_H) \ | ||
| 130 | $(C_CTYPE_H) | ||
| 131 | |||
| 132 | $(BLD)/dtoastr.$(O) : \ | 132 | $(BLD)/dtoastr.$(O) : \ |
| 133 | $(GNU_LIB)/dtoastr.c \ | 133 | $(GNU_LIB)/dtoastr.c \ |
| 134 | $(FTOASTR_C) | 134 | $(FTOASTR_C) |