aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/makefile.w32-in
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r--lib-src/makefile.w32-in6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index f3ab4421fd3..cbd29f32cfe 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -374,6 +374,8 @@ NTLIB_H = $(LIB_SRC)/ntlib.h \
374SYSTIME_H = $(SRC)/systime.h \ 374SYSTIME_H = $(SRC)/systime.h \
375 $(NT_INC)/sys/time.h \ 375 $(NT_INC)/sys/time.h \
376 $(GNU_LIB)/timespec.h 376 $(GNU_LIB)/timespec.h
377SYSWAIT_H = $(SRC)/syswait.h \
378 $(NT_INC)/sys/wait.h
377 379
378$(BLD)/ctags.$(O) : \ 380$(BLD)/ctags.$(O) : \
379 $(LIB_SRC)/ctags.c \ 381 $(LIB_SRC)/ctags.c \
@@ -419,14 +421,14 @@ $(BLD)/make-docfile.$(O) : \
419$(BLD)/movemail.$(O) : \ 421$(BLD)/movemail.$(O) : \
420 $(LIB_SRC)/movemail.c \ 422 $(LIB_SRC)/movemail.c \
421 $(LIB_SRC)/pop.h \ 423 $(LIB_SRC)/pop.h \
422 $(SRC)/syswait.h \
423 $(NT_INC)/pwd.h \ 424 $(NT_INC)/pwd.h \
424 $(NT_INC)/sys/file.h \ 425 $(NT_INC)/sys/file.h \
425 $(NT_INC)/sys/stat.h \ 426 $(NT_INC)/sys/stat.h \
426 $(NT_INC)/unistd.h \ 427 $(NT_INC)/unistd.h \
427 $(GNU_LIB)/getopt.h \ 428 $(GNU_LIB)/getopt.h \
428 $(CONFIG_H) \ 429 $(CONFIG_H) \
429 $(NTLIB_H) 430 $(NTLIB_H) \
431 $(SYSWAIT_H)
430 432
431$(BLD)/ntlib.$(O) : \ 433$(BLD)/ntlib.$(O) : \
432 $(LIB_SRC)/ntlib.c \ 434 $(LIB_SRC)/ntlib.c \