diff options
| author | Kenichi Handa | 2012-11-13 23:24:26 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-11-13 23:24:26 +0900 |
| commit | 0cdbf84521791935fdfeabf2e84f585cc64db325 (patch) | |
| tree | 68a169af3af4a8859685682ab07c05e8f9ff93b3 /lib | |
| parent | e1bf05c1fbf63087801c242208212df133921ed1 (diff) | |
| parent | 5745cae6984ed60299a89485aaea8f2f3fb67382 (diff) | |
| download | emacs-0cdbf84521791935fdfeabf2e84f585cc64db325.tar.gz emacs-0cdbf84521791935fdfeabf2e84f585cc64db325.zip | |
merge trunk
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) |