]> git.eshelyaron.com Git - emacs.git/commitdiff
src/makefile.w32-in (ACL_H): New macro.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 8 May 2013 16:21:19 +0000 (18:21 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 8 May 2013 16:21:19 +0000 (18:21 +0200)
($(BLD)/fileio.$(O)): Update dependencies.

src/ChangeLog
src/makefile.w32-in

index 1085bc0b87029df7f9d1a9b267dde19e700e7014..64b76af0b85cd5cb8fe3c279772acd9127ea2d47 100644 (file)
@@ -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)
index aacc258cd11a9ce5db22e0092fe53b24eea9a1a3..3484d6c70c824bcae86cbb190c7589e264d55e82 100644 (file)
@@ -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) \