emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111263: src/makefile.w32-in: Update depencencies.
Date: Mon, 17 Dec 2012 21:59:04 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111263
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2012-12-17 21:59:04 +0100
message:
  src/makefile.w32-in: Update depencencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-12-17 19:17:06 +0000
+++ b/src/ChangeLog     2012-12-17 20:59:04 +0000
@@ -1,3 +1,8 @@
+2012-12-17  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O))
+       ($(BLD)/w32.$(O)): Update dependencies.
+
 2012-12-17  Stefan Monnier  <address@hidden>
 
        * xdisp.c (select_frame_for_redisplay): Use select_window_1 to

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-12-14 19:43:12 +0000
+++ b/src/makefile.w32-in       2012-12-17 20:59:04 +0000
@@ -781,7 +781,6 @@
        $(SRC)/editfns.c \
        $(SRC)/blockinput.h \
        $(NT_INC)/pwd.h \
-       $(NT_INC)/grp.h \
        $(NT_INC)/unistd.h \
        $(GNU_LIB)/intprops.h \
        $(GNU_LIB)/strftime.h \
@@ -791,6 +790,7 @@
        $(CODING_H) \
        $(CONFIG_H) \
        $(FRAME_H) \
+       $(GRP_H) \
        $(INTERVALS_H) \
        $(LISP_H) \
        $(SYSTIME_H) \
@@ -843,6 +843,7 @@
        $(SRC)/commands.h \
        $(SRC)/w32.h \
        $(NT_INC)/pwd.h \
+       $(NT_INC)/sys/acl.h \
        $(NT_INC)/sys/file.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
@@ -1185,6 +1186,7 @@
        $(SRC)/w32select.h \
        $(NT_INC)/dirent.h \
        $(NT_INC)/pwd.h \
+       $(NT_INC)/sys/acl.h \
        $(NT_INC)/sys/file.h \
        $(NT_INC)/sys/time.h \
        $(GNU_LIB)/allocator.h \


reply via email to

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