emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110907: src/makefile.w32-in: Update


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110907: src/makefile.w32-in: Update dependencies.
Date: Thu, 15 Nov 2012 17:21:50 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110907
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Thu 2012-11-15 17:21:50 +0100
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-11-15 00:41:32 +0000
+++ b/src/ChangeLog     2012-11-15 16:21:50 +0000
@@ -1,3 +1,8 @@
+2012-11-15  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/emacs.$(O)):
+       Update dependencies.
+
 2012-11-15  Paul Eggert  <address@hidden>
 
        * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-11-06 15:29:49 +0000
+++ b/src/makefile.w32-in       2012-11-15 16:21:50 +0000
@@ -737,6 +737,7 @@
        $(SRC)/termchar.h \
        $(SRC)/w32.h \
        $(NT_INC)/unistd.h \
+       $(GNU_LIB)/fpending.h \
        $(BUFFER_H) \
        $(CHARACTER_H) \
        $(CONFIG_H) \
@@ -802,6 +803,7 @@
        $(SRC)/w32select.h \
        $(NT_INC)/sys/file.h \
        $(NT_INC)/unistd.h \
+       $(GNU_LIB)/close-stream.h \
        $(GNU_LIB)/ignore-value.h \
        $(ATIMER_H) \
        $(BUFFER_H) \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]