summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-24 22:03:49 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-24 22:03:49 +0000
commit77a50259aa28e649c4bf444a26d896e8752c6f97 (patch)
tree28b75b51ba12557e9502deef00787b9057c08a6f /src/Makefile.in
parent7f83516e5d4c75243ba56865f4a569329bca545a (diff)
downloademacs-77a50259aa28e649c4bf444a26d896e8752c6f97.tar.gz
Make intervals.o and term.o depend on keyboard.h.
Diffstat (limited to 'src/Makefile.in')
-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)
sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h
term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
- disptab.h
+ disptab.h keyboard.h
termcap.o: termcap.c $(config_h)
terminfo.o: terminfo.c $(config_h)
tparam.o: tparam.c $(config_h)
@@ -930,7 +930,7 @@ lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \
/* Text properties support */
textprop.o: textprop.c buffer.h intervals.h $(config_h)
-intervals.o: intervals.c buffer.h intervals.h puresize.h $(config_h)
+intervals.o: intervals.c buffer.h intervals.h keyboard.h puresize.h $(config_h)
/* System-specific programs to be made.
OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE