X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/3f9549e874035d963eb5ca02f24d51dc935e6326..cfbf790d80eaa399afceecd9a6c3e2e76bca59b0:/src/makefile.w32-in diff --git a/src/makefile.w32-in b/src/makefile.w32-in index bbd9fd907b..6e1873f8e4 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -847,7 +847,9 @@ $(BLD)/fileio.$(O) : \ $(NT_INC)/sys/file.h \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ + $(GNU_LIB)/allocator.h \ $(BUFFER_H) \ + $(CAREADLINKAT_H) \ $(CHARACTER_H) \ $(CODING_H) \ $(CONFIG_H) \ @@ -1397,11 +1399,9 @@ $(BLD)/sysdep.$(O) : \ $(NT_INC)/sys/file.h \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ - $(GNU_LIB)/allocator.h \ $(GNU_LIB)/execinfo.h \ $(GNU_LIB)/ignore-value.h \ $(GNU_LIB)/utimens.h \ - $(CAREADLINKAT_H) \ $(CONFIG_H) \ $(C_CTYPE_H) \ $(DISPEXTERN_H) \