diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/makefile.w32-in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index 345520798eb..4cebc727513 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in | |||
| @@ -73,8 +73,10 @@ C_CTYPE_H = $(GNU_LIB)/c-ctype.h \ | |||
| 73 | $(NT_INC)/stdbool.h | 73 | $(NT_INC)/stdbool.h |
| 74 | MS_W32_H = $(SRC)/s/ms-w32.h \ | 74 | MS_W32_H = $(SRC)/s/ms-w32.h \ |
| 75 | $(NT_INC)/sys/stat.h | 75 | $(NT_INC)/sys/stat.h |
| 76 | CONFIG_H = $(SRC)/config.h \ | 76 | CONF_POST_H = $(SRC)/conf_post.h \ |
| 77 | $(MS_W32_H) | 77 | $(MS_W32_H) |
| 78 | CONFIG_H = $(SRC)/config.h \ | ||
| 79 | $(CONF_POST_H) | ||
| 78 | FILEMODE_H = $(GNU_LIB)/filemode.h \ | 80 | FILEMODE_H = $(GNU_LIB)/filemode.h \ |
| 79 | $(NT_INC)/sys/stat.h | 81 | $(NT_INC)/sys/stat.h |
| 80 | FTOASTR_H = $(GNU_LIB)/ftoastr.h \ | 82 | FTOASTR_H = $(GNU_LIB)/ftoastr.h \ |