Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c40239df
Commit
c40239df
authored
Oct 12, 2012
by
Juanma Barranquero
Browse files
src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
parent
99b1553e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/makefile.w32-in
src/makefile.w32-in
+2
-1
No files found.
src/ChangeLog
View file @
c40239df
2012-10-12 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
2012-10-12 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
...
...
src/makefile.w32-in
View file @
c40239df
...
...
@@ -833,9 +833,9 @@ $(BLD)/fileio.$(O) : \
$(SRC)/blockinput.h
\
$(SRC)/commands.h
\
$(NT_INC)/pwd.h
\
$(NT_INC)/sys/file.h
\
$(NT_INC)/sys/stat.h
\
$(NT_INC)/unistd.h
\
$(NT_INC)/sys/file.h
\
$(BUFFER_H)
\
$(CHARACTER_H)
\
$(CODING_H)
\
...
...
@@ -1633,6 +1633,7 @@ $(BLD)/w32select.$(O) : \
$(CHARSET_H)
\
$(CODING_H)
\
$(CONFIG_H)
\
$(KEYBOARD_H)
\
$(LISP_H)
\
$(W32TERM_H)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment