aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/makefile.w32-in4
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
74MS_W32_H = $(SRC)/s/ms-w32.h \ 74MS_W32_H = $(SRC)/s/ms-w32.h \
75 $(NT_INC)/sys/stat.h 75 $(NT_INC)/sys/stat.h
76CONFIG_H = $(SRC)/config.h \ 76CONF_POST_H = $(SRC)/conf_post.h \
77 $(MS_W32_H) 77 $(MS_W32_H)
78CONFIG_H = $(SRC)/config.h \
79 $(CONF_POST_H)
78FILEMODE_H = $(GNU_LIB)/filemode.h \ 80FILEMODE_H = $(GNU_LIB)/filemode.h \
79 $(NT_INC)/sys/stat.h 81 $(NT_INC)/sys/stat.h
80FTOASTR_H = $(GNU_LIB)/ftoastr.h \ 82FTOASTR_H = $(GNU_LIB)/ftoastr.h \