From: Kim F. Storm Date: Fri, 21 Mar 2003 13:48:50 +0000 (+0000) Subject: (xdisp.o): Add dependency on blockinput.h and files X-Git-Tag: ttn-vms-21-2-B4~10832 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2091fe046919d751ada0ff7a2061d78e2f4e29e5;p=emacs.git (xdisp.o): Add dependency on blockinput.h and files included from it. Add dependency on keymap.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 1967d56f735..dfcb82a9302 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1169,7 +1169,7 @@ window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ $(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 \