aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-03-21 13:48:50 +0000
committerKim F. Storm2003-03-21 13:48:50 +0000
commit2091fe046919d751ada0ff7a2061d78e2f4e29e5 (patch)
tree8f544a8a9cf5955c7360e261176f2dea046c57dc
parent8ba01a700a8ef7c233c49fca06a802dd79748566 (diff)
downloademacs-2091fe046919d751ada0ff7a2061d78e2f4e29e5.tar.gz
emacs-2091fe046919d751ada0ff7a2061d78e2f4e29e5.zip
(xdisp.o): Add dependency on blockinput.h and files
included from it. Add dependency on keymap.h.
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \
1169 $(config_h) 1169 $(config_h)
1170xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ 1170xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \
1171 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ 1171 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \
1172 msdos.h composite.h fontset.h 1172 msdos.h composite.h fontset.h blockinput.h atimer.h systime.h keymap.h
1173xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1173xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1174 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h $(config_h) 1174 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h $(config_h)
1175xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 1175xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \