# HG changeset patch # User Kim F. Storm # Date 1048254530 0 # Node ID 0659f4cc7a33a24d2d7efbe6917d49dffe593f48 # Parent 2cbbd995fb664f83d8e507a2a91617ba4fae7d99 (xdisp.o): Add dependency on blockinput.h and files included from it. Add dependency on keymap.h. diff -r 2cbbd995fb66 -r 0659f4cc7a33 src/Makefile.in --- 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 \