lib/makefile.w32-in (ACL_H): New macro.

($(BLD)/acl-errno-valid.$(O)): Update dependencies.
This commit is contained in:
Juanma Barranquero 2013-05-08 18:22:09 +02:00
parent d901fc8d6f
commit 86cec47883
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2013-05-08 Juanma Barranquero <lekktu@gmail.com>
* lib/makefile.w32-in (ACL_H): New macro.
($(BLD)/acl-errno-valid.$(O)): Update dependencies.
2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)

View file

@ -78,6 +78,9 @@ GNU_LIB = .
SRC = $(EMACS_ROOT)/src
NT_INC = $(EMACS_ROOT)/nt/inc
ACL_H = $(GNU_LIB)/acl.h \
$(NT_INC)/sys/stat.h \
$(NT_INC)/stdbool.h
C_CTYPE_H = $(GNU_LIB)/c-ctype.h \
$(NT_INC)/stdbool.h
MS_W32_H = $(NT_INC)/ms-w32.h \
@ -112,9 +115,8 @@ STAT_TIME_H = $(GNU_LIB)/stat-time.h \
$(BLD)/acl-errno-valid.$(O) : \
$(GNU_LIB)/acl-errno-valid.c \
$(CONFIG_H) \
$(GNU_LIB)/acl.h \
$(NT_INC)/stdbool.h
$(ACL_H) \
$(CONFIG_H)
$(BLD)/c-ctype.$(O) : \
$(GNU_LIB)/c-ctype.c \