diff options
| author | Eli Zaretskii | 2012-10-12 17:22:50 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-12 17:22:50 +0200 |
| commit | 2a9f10991526ca34765c3eb17c412a2928e6c9a3 (patch) | |
| tree | e7f105c535afc79ac0ffda4cd86f7d9d40ef4602 /src | |
| parent | bb385a92ec4f8f5bbc93641aaa274bd735826574 (diff) | |
| download | emacs-2a9f10991526ca34765c3eb17c412a2928e6c9a3.tar.gz emacs-2a9f10991526ca34765c3eb17c412a2928e6c9a3.zip | |
Update dependencies in src/makefile.w32-in.
src/makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/makefile.w32-in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76f0226c0bf..e2ed9293668 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-10-12 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-10-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h. | ||
| 4 | |||
| 3 | * fileio.c (check_existing): New function. | 5 | * fileio.c (check_existing): New function. |
| 4 | (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it | 6 | (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it |
| 5 | instead of calling 'stat', when what's needed is to check whether | 7 | instead of calling 'stat', when what's needed is to check whether |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 40a075dbf3c..97e303a01d4 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -835,6 +835,7 @@ $(BLD)/fileio.$(O) : \ | |||
| 835 | $(NT_INC)/pwd.h \ | 835 | $(NT_INC)/pwd.h \ |
| 836 | $(NT_INC)/sys/stat.h \ | 836 | $(NT_INC)/sys/stat.h \ |
| 837 | $(NT_INC)/unistd.h \ | 837 | $(NT_INC)/unistd.h \ |
| 838 | $(NT_INC)/sys/file.h \ | ||
| 838 | $(BUFFER_H) \ | 839 | $(BUFFER_H) \ |
| 839 | $(CHARACTER_H) \ | 840 | $(CHARACTER_H) \ |
| 840 | $(CODING_H) \ | 841 | $(CODING_H) \ |