emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103645: MS-Windows followup for revi


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103645: MS-Windows followup for revision 103643.
Date: Sun, 13 Mar 2011 19:49:38 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103645
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2011-03-13 19:49:38 +0200
message:
  MS-Windows followup for revision 103643.
  
   src/makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
   $(EMACS_ROOT)/lib/intprops.h.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-03-13 17:28:15 +0000
+++ b/src/ChangeLog     2011-03-13 17:49:38 +0000
@@ -1,3 +1,8 @@
+2011-03-13  Eli Zaretskii  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
+       $(EMACS_ROOT)/lib/intprops.h.
+
 2011-03-13  Paul Eggert  <address@hidden>
 
        Fix more problems found by GCC 4.5.2's static checks.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2011-03-11 09:41:56 +0000
+++ b/src/makefile.w32-in       2011-03-13 17:49:38 +0000
@@ -727,6 +727,7 @@
        $(EMACS_ROOT)/nt/inc/unistd.h \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
        $(EMACS_ROOT)/lib/strftime.h \
+       $(EMACS_ROOT)/lib/intprops.h \
        $(LISP_H) \
        $(SRC)/atimer.h \
        $(SRC)/blockinput.h \


reply via email to

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