emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111754: src/makefile.w32-in: Update dependencies.
Date: Wed, 13 Feb 2013 01:50:38 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111754
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2013-02-13 01:50:38 +0100
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-02-12 16:43:09 +0000
+++ b/src/ChangeLog     2013-02-13 00:50:38 +0000
@@ -1,3 +1,8 @@
+2013-02-13  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/sysdep.$(O)):
+       Update dependencies.
+
 2013-02-12  Eli Zaretskii  <address@hidden>
 
        * xdisp.c (redisplay_internal): Don't set w->region_showing to the

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2013-01-02 16:13:04 +0000
+++ b/src/makefile.w32-in       2013-02-13 00:50:38 +0000
@@ -847,7 +847,9 @@
        $(NT_INC)/sys/file.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
+       $(GNU_LIB)/allocator.h \
        $(BUFFER_H) \
+       $(CAREADLINKAT_H) \
        $(CHARACTER_H) \
        $(CODING_H) \
        $(CONFIG_H) \
@@ -1397,11 +1399,9 @@
        $(NT_INC)/sys/file.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
-       $(GNU_LIB)/allocator.h \
        $(GNU_LIB)/execinfo.h \
        $(GNU_LIB)/ignore-value.h \
        $(GNU_LIB)/utimens.h \
-       $(CAREADLINKAT_H) \
        $(CONFIG_H) \
        $(C_CTYPE_H) \
        $(DISPEXTERN_H) \


reply via email to

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