emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104568: src/makefile.w32-in: Update dependencies.
Date: Sun, 12 Jun 2011 04:48:18 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104568
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2011-06-12 04:48:18 +0200
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-06-11 23:03:16 +0000
+++ b/src/ChangeLog     2011-06-12 02:48:18 +0000
@@ -1,3 +1,8 @@
+2011-06-12  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in: Update dependencies.
+       (LISP_H): Add lib/intprops.h.
+
 2011-06-11  Chong Yidong  <address@hidden>
 
        * image.c (gif_load): Add animation frame delay to the metadata.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2011-05-31 17:03:24 +0000
+++ b/src/makefile.w32-in       2011-06-12 02:48:18 +0000
@@ -388,6 +388,7 @@
             $(EMACS_ROOT)/nt/inc/sys/stat.h
 LISP_H     = $(SRC)/lisp.h \
             $(SRC)/globals.h \
+            $(EMACS_ROOT)/lib/intprops.h \
             $(EMACS_ROOT)/nt/inc/inttypes.h \
             $(EMACS_ROOT)/nt/inc/stdint.h
 PROCESS_H  = $(SRC)/process.h \
@@ -566,7 +567,6 @@
 $(BLD)/character.$(O) : \
        $(SRC)/character.c \
        $(CONFIG_H) \
-       $(EMACS_ROOT)/lib/intprops.h \
        $(LISP_H) \
        $(SRC)/buffer.h \
        $(SRC)/character.h \
@@ -654,7 +654,6 @@
        $(SRC)/data.c \
        $(CONFIG_H) \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
-       $(EMACS_ROOT)/lib/intprops.h \
        $(LISP_H) \
        $(SRC)/buffer.h \
        $(SRC)/ccl.h \
@@ -752,7 +751,6 @@
        $(EMACS_ROOT)/nt/inc/pwd.h \
        $(EMACS_ROOT)/nt/inc/unistd.h \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
-       $(EMACS_ROOT)/lib/intprops.h \
        $(EMACS_ROOT)/lib/strftime.h \
        $(EMACS_ROOT)/lib/verify.h \
        $(LISP_H) \
@@ -1034,7 +1032,6 @@
        $(SRC)/insdel.c \
        $(CONFIG_H) \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
-       $(EMACS_ROOT)/lib/intprops.h \
        $(LISP_H) \
        $(SRC)/atimer.h \
        $(SRC)/blockinput.h \
@@ -1052,7 +1049,6 @@
        $(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 \
@@ -1305,7 +1301,6 @@
        $(EMACS_ROOT)/nt/inc/unistd.h \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
        $(EMACS_ROOT)/lib/ftoastr.h \
-       $(EMACS_ROOT)/lib/intprops.h \
        $(LISP_H) \
        $(PROCESS_H) \
        $(SRC)/atimer.h \


reply via email to

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