diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-05-08 18:21:19 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-05-08 18:21:19 +0200 |
commit | d901fc8d6f4ec8de329f4c9844ab401d1364607b (patch) | |
tree | 6da521243055077ea3ced66ffa845f8ee59fe0f4 /src/makefile.w32-in | |
parent | 72d3cfca0a6a0dafaaa0fa271ac1934c9f836134 (diff) | |
download | emacs-d901fc8d6f4ec8de329f4c9844ab401d1364607b.tar.gz |
src/makefile.w32-in (ACL_H): New macro.
($(BLD)/fileio.$(O)): Update dependencies.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index aacc258cd11..3484d6c70c8 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -388,6 +388,9 @@ EMACS_ROOT = .. GNU_LIB = $(EMACS_ROOT)/lib NT_INC = $(EMACS_ROOT)/nt/inc +ACL_H = $(GNU_LIB)/acl.h \ + $(NT_INC)/sys/stat.h \ + $(NT_INC)/stdbool.h SYSTIME_H = $(SRC)/systime.h \ $(NT_INC)/sys/time.h \ $(GNU_LIB)/timespec.h @@ -848,6 +851,7 @@ $(BLD)/fileio.$(O) : \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ $(GNU_LIB)/allocator.h \ + $(ACL_H) \ $(BUFFER_H) \ $(CAREADLINKAT_H) \ $(CHARACTER_H) \ |