Mercurial > emacs
changeset 110407:e9bd1f306e02
Add xml.o dependencies to deps.mk.
deps.mk (xml.o): Add dependencies.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 18 Sep 2010 16:09:40 +0200 |
parents | 6efe51a23a50 |
children | 26a70f91e378 |
files | src/ChangeLog src/deps.mk |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Sep 18 15:57:06 2010 +0200 +++ b/src/ChangeLog Sat Sep 18 16:09:40 2010 +0200 @@ -1,3 +1,7 @@ +2010-09-18 Eli Zaretskii <eliz@gnu.org> + + * deps.mk (xml.o): Add dependencies. + 2010-09-17 Jan Djärv <jan.h.d@swipnet.se> * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
--- a/src/deps.mk Sat Sep 18 15:57:06 2010 +0200 +++ b/src/deps.mk Sat Sep 18 16:09:40 2010 +0200 @@ -230,6 +230,7 @@ charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ systime.h gtkutil.h msdos.h coding.h menu.h lisp.h $(config_h) composite.h \ keymap.h sysselect.h +xml.o: xml.c buffer.h lisp.h $(config_h) xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \