aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-02-04 17:32:34 +0200
committerEli Zaretskii2011-02-04 17:32:34 +0200
commitf90e08f57d06cfbe99afe968c0c8fe9102802624 (patch)
tree95f6e24d7dca3a7c413319fc4d45fb3a2920b180 /src/ChangeLog
parent7bc61bb7bf11278dc012b29ff39b10f1d01c27fb (diff)
downloademacs-f90e08f57d06cfbe99afe968c0c8fe9102802624.tar.gz
emacs-f90e08f57d06cfbe99afe968c0c8fe9102802624.zip
Update dependencies in src/makefile.w32-in.
makefile.w32-in (LISP_H, PROCESS_H): New variables. Replace all uses of lisp.h with $(LISP_H), and all uses of process.h with $(PROCESS_H). ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h. ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h. ($(BLD)/sysdep.$(O)): Depend on ../lib/ignore-value.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1b922579fc0..b0edc2c0375 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,16 @@
12011-02-04 Eli Zaretskii <eliz@gnu.org> 12011-02-04 Eli Zaretskii <eliz@gnu.org>
2 2
3 * makefile.w32-in (LISP_H, PROCESS_H): New variables.
4 Replace all uses of lisp.h with $(LISP_H), and all uses of
5 process.h with $(PROCESS_H).
6 ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h.
7 ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h.
8
3 * deps.mk: Update for recent changes: gnutls support, gnulib 9 * deps.mk: Update for recent changes: gnutls support, gnulib
4 imports, addition of globals.h. 10 imports, addition of globals.h.
5 11
6 * makefile.w32-in (IGNORE_VALUE_H): New variable. 12 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on
7 ($(BLD)/sysdep.$(O)): Depend on $(IGNORE_VALUE_H). 13 ../lib/ignore-value.h.
8 14
92011-02-03 Paul Eggert <eggert@cs.ucla.edu> 152011-02-03 Paul Eggert <eggert@cs.ucla.edu>
10 16