From: Eli Zaretskii Date: Sat, 18 Sep 2010 14:09:40 +0000 (+0200) Subject: Add xml.o dependencies to deps.mk. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~47^2~92^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3ec267ad61a020d81af44ebb3c090ea11c69278;p=emacs.git Add xml.o dependencies to deps.mk. deps.mk (xml.o): Add dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index df7202fc243..5f154e5b0db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-09-18 Eli Zaretskii + + * deps.mk (xml.o): Add dependencies. + 2010-09-17 Jan Djärv * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL diff --git a/src/deps.mk b/src/deps.mk index d00be96744b..eebf98ec003 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 \