Mercurial > emacs
changeset 50216:0659f4cc7a33
(xdisp.o): Add dependency on blockinput.h and files
included from it. Add dependency on keymap.h.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 21 Mar 2003 13:48:50 +0000 |
parents | 2cbbd995fb66 |
children | 10510d1bf1b6 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Fri Mar 21 05:55:03 2003 +0000 +++ b/src/Makefile.in Fri Mar 21 13:48:50 2003 +0000 @@ -1169,7 +1169,7 @@ $(config_h) xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ - msdos.h composite.h fontset.h + msdos.h composite.h fontset.h blockinput.h atimer.h systime.h keymap.h xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h $(config_h) xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \