mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
src/makefile.w32-in (ACL_H): New macro.
($(BLD)/fileio.$(O)): Update dependencies.
This commit is contained in:
parent
72d3cfca0a
commit
d901fc8d6f
@ -1,3 +1,8 @@
|
||||
2013-05-08 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (ACL_H): New macro.
|
||||
($(BLD)/fileio.$(O)): Update dependencies.
|
||||
|
||||
2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user