emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112175: src/makefile.w32-in: Update dependencies.
Date: Fri, 29 Mar 2013 04:03:19 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112175
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2013-03-29 04:03:19 +0100
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-03-28 16:21:38 +0000
+++ b/src/ChangeLog     2013-03-29 03:03:19 +0000
@@ -1,3 +1,8 @@
+2013-03-29  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/filelock.$(O)):
+       Update dependencies.
+
 2013-03-28  Stefan Monnier  <address@hidden>
 
        * lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER)

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2013-02-25 17:36:03 +0000
+++ b/src/makefile.w32-in       2013-03-29 03:03:19 +0000
@@ -873,6 +873,7 @@
        $(CHARACTER_H) \
        $(CODING_H) \
        $(CONFIG_H) \
+       $(C_CTYPE_H) \
        $(LISP_H) \
        $(SYSTIME_H)
 
@@ -1398,6 +1399,7 @@
        $(NT_INC)/netdb.h \
        $(NT_INC)/pwd.h \
        $(NT_INC)/sys/file.h \
+       $(NT_INC)/sys/param.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
        $(GNU_LIB)/execinfo.h \


reply via email to

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