aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2010-09-18 16:09:40 +0200
committerEli Zaretskii <[email protected]>2010-09-18 16:09:40 +0200
commitf3ec267ad61a020d81af44ebb3c090ea11c69278 (patch)
treead9bacba2027f245f2ab575feac50b39c03033c2
parent1ff11b21a8d1f4aaf02325e8cba2e83e99a2f110 (diff)
Add xml.o dependencies to deps.mk.
deps.mk (xml.o): Add dependencies.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/deps.mk1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index df7202fc24..5f154e5b0d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-18 Eli Zaretskii <[email protected]>
+
+ * deps.mk (xml.o): Add dependencies.
+
2010-09-17 Jan Djärv <[email protected]>
* keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
diff --git a/src/deps.mk b/src/deps.mk
index d00be96744..eebf98ec00 100644
--- a/src/deps.mk
+++ b/src/deps.mk
@@ -230,6 +230,7 @@ xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
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 \