Mercurial > emacs
diff src/Makefile.in @ 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 | f86bdb079c56 |
| children | 8b320ee1b3e1 |
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 \
