emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104032: src/makefile.w32-in: Update dependencies.
Date: Thu, 28 Apr 2011 01:35:33 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104032
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Thu 2011-04-28 01:35:33 +0200
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-04-27 19:51:19 +0000
+++ b/src/ChangeLog     2011-04-27 23:35:33 +0000
@@ -1,3 +1,7 @@
+2011-04-27  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in: Update dependencies.
+
 2011-04-27  Eli Zaretskii  <address@hidden>
 
        Improve `doprnt' and its usage.  (Bug#8545)

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2011-04-25 01:30:51 +0000
+++ b/src/makefile.w32-in       2011-04-27 23:35:33 +0000
@@ -953,12 +953,12 @@
        $(SRC)/getpagesize.h
 
 $(BLD)/gnutls.$(O) : \
-       $(SRC)/gnutls.h \
        $(SRC)/gnutls.c \
        $(CONFIG_H) \
-       $(EMACS_ROOT)/nt/inc/sys/socket.h \
-       $(SRC)/lisp.h \
-       $(SRC)/process.h
+       $(EMACS_ROOT)/nt/inc/unistd.h \
+       $(LISP_H) \
+       $(PROCESS_H) \
+       $(SRC)/w32.h
 
 $(BLD)/image.$(O) : \
        $(SRC)/image.c \
@@ -1026,6 +1026,7 @@
        $(SRC)/intervals.c \
        $(CONFIG_H) \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
+       $(EMACS_ROOT)/lib/intprops.h \
        $(LISP_H) \
        $(SRC)/buffer.h \
        $(SRC)/coding.h \
@@ -1102,6 +1103,8 @@
 $(BLD)/lread.$(O) : \
        $(SRC)/lread.c \
        $(CONFIG_H) \
+       $(EMACS_ROOT)/nt/inc/inttypes.h \
+       $(EMACS_ROOT)/nt/inc/stdint.h \
        $(EMACS_ROOT)/nt/inc/unistd.h \
        $(EMACS_ROOT)/nt/inc/sys/file.h \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
@@ -1196,6 +1199,8 @@
        $(EMACS_ROOT)/nt/inc/sys/file.h \
        $(EMACS_ROOT)/nt/inc/sys/socket.h \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
+       $(EMACS_ROOT)/lib/allocator.h \
+       $(EMACS_ROOT)/lib/careadlinkat.h \
        $(LISP_H) \
        $(PROCESS_H) \
        $(SRC)/coding.h \
@@ -1434,6 +1439,8 @@
        $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
        $(EMACS_ROOT)/nt/inc/sys/socket.h \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
+       $(EMACS_ROOT)/lib/allocator.h \
+       $(EMACS_ROOT)/lib/careadlinkat.h \
        $(EMACS_ROOT)/lib/ignore-value.h \
        $(LISP_H) \
        $(PROCESS_H) \


reply via email to

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