aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-04-24 22:03:49 +0000
committerKarl Heuer1995-04-24 22:03:49 +0000
commitabd7c2029409a8e0920346fdcf500565d7087b5f (patch)
tree2218929fe3d45e11e390330f8ec79289455b6987 /src
parent0bc3db2b9dba8fe1b8f28ab3d3e2aaf754d01e54 (diff)
downloademacs-abd7c2029409a8e0920346fdcf500565d7087b5f.tar.gz
emacs-abd7c2029409a8e0920346fdcf500565d7087b5f.zip
Make intervals.o and term.o depend on keyboard.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index b6f5a9a12b5..bd67535f43b 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -888,7 +888,7 @@ syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h)
888sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ 888sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
889 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h 889 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h
890term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 890term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
891 disptab.h 891 disptab.h keyboard.h
892termcap.o: termcap.c $(config_h) 892termcap.o: termcap.c $(config_h)
893terminfo.o: terminfo.c $(config_h) 893terminfo.o: terminfo.c $(config_h)
894tparam.o: tparam.c $(config_h) 894tparam.o: tparam.c $(config_h)
@@ -930,7 +930,7 @@ lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \
930 930
931/* Text properties support */ 931/* Text properties support */
932textprop.o: textprop.c buffer.h intervals.h $(config_h) 932textprop.o: textprop.c buffer.h intervals.h $(config_h)
933intervals.o: intervals.c buffer.h intervals.h puresize.h $(config_h) 933intervals.o: intervals.c buffer.h intervals.h keyboard.h puresize.h $(config_h)
934 934
935/* System-specific programs to be made. 935/* System-specific programs to be made.
936 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE 936 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE