aboutsummaryrefslogtreecommitdiffstats
path: root/src/deps.mk
diff options
context:
space:
mode:
authorEli Zaretskii2010-09-18 16:09:40 +0200
committerEli Zaretskii2010-09-18 16:09:40 +0200
commitf3ec267ad61a020d81af44ebb3c090ea11c69278 (patch)
treead9bacba2027f245f2ab575feac50b39c03033c2 /src/deps.mk
parent1ff11b21a8d1f4aaf02325e8cba2e83e99a2f110 (diff)
downloademacs-f3ec267ad61a020d81af44ebb3c090ea11c69278.tar.gz
emacs-f3ec267ad61a020d81af44ebb3c090ea11c69278.zip
Add xml.o dependencies to deps.mk.
deps.mk (xml.o): Add dependencies.
Diffstat (limited to 'src/deps.mk')
-rw-r--r--src/deps.mk1
1 files changed, 1 insertions, 0 deletions
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 \
230 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ 230 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \
231 systime.h gtkutil.h msdos.h coding.h menu.h lisp.h $(config_h) composite.h \ 231 systime.h gtkutil.h msdos.h coding.h menu.h lisp.h $(config_h) composite.h \
232 keymap.h sysselect.h 232 keymap.h sysselect.h
233xml.o: xml.c buffer.h lisp.h $(config_h)
233xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ 234xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
234 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ 235 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
235 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ 236 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \