]> git.eshelyaron.com Git - emacs.git/commitdiff
Update dependencies in src/makefile.w32-in.
authorEli Zaretskii <eliz@gnu.org>
Fri, 12 Oct 2012 15:22:50 +0000 (17:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 12 Oct 2012 15:22:50 +0000 (17:22 +0200)
 src/makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.

src/ChangeLog
src/makefile.w32-in

index 76f0226c0bfe74492ae250b0ffdcad4f4de372e9..e2ed92936686cd2ae877afb88febf11bc114b2da 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-12  Eli Zaretskii  <eliz@gnu.org>
 
+       * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
+
        * fileio.c (check_existing): New function.
        (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
        instead of calling 'stat', when what's needed is to check whether
index 40a075dbf3c093996050322d0d5b27121f4607da..97e303a01d4e9062e398a66ae04e22e34836e31d 100644 (file)
@@ -835,6 +835,7 @@ $(BLD)/fileio.$(O) : \
        $(NT_INC)/pwd.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
+       $(NT_INC)/sys/file.h \
        $(BUFFER_H) \
        $(CHARACTER_H) \
        $(CODING_H) \