[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r110523: src/makefile.w32-in ($(BLD)/
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r110523: src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies. |
Date: |
Fri, 12 Oct 2012 18:32:40 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110523
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2012-10-12 18:32:40 +0200
message:
src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
modified:
src/ChangeLog
src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-10-12 15:22:50 +0000
+++ b/src/ChangeLog 2012-10-12 16:32:40 +0000
@@ -1,3 +1,7 @@
+2012-10-12 Juanma Barranquero <address@hidden>
+
+ * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
+
2012-10-12 Eli Zaretskii <address@hidden>
* makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in 2012-10-12 15:22:50 +0000
+++ b/src/makefile.w32-in 2012-10-12 16:32:40 +0000
@@ -833,9 +833,9 @@
$(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 @@
$(CHARSET_H) \
$(CODING_H) \
$(CONFIG_H) \
+ $(KEYBOARD_H) \
$(LISP_H) \
$(W32TERM_H)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r110523: src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.,
Juanma Barranquero <=