summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-24 17:48:55 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-24 17:48:55 +0000
commit1cbd64b634396f44e18c3d017be6e40b4df60d8b (patch)
tree742909a41e53d7ab6b22745fafc5cc8de2045da5 /src/Makefile.in
parent472472020ab0ed81dee2f8b8c1da4e1751e69cf8 (diff)
downloademacs-1cbd64b634396f44e18c3d017be6e40b4df60d8b.tar.gz
Make dispnew.o and keyboard.o depend on xterm.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 785932d5855..b6f5a9a12b5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -841,7 +841,8 @@ ecrt0.o: ecrt0.c $(config_h)
CRT0_COMPILE ${srcdir}/ecrt0.c
dired.o: dired.c commands.h buffer.h $(config_h) regex.h
dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
- termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h)
+ termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
+ xterm.h $(config_h)
doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h
doprnt.o: doprnt.c $(config_h)
dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
@@ -856,7 +857,7 @@ indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h)
keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \
commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
- systty.h systime.h dispextern.h intervals.h blockinput.h $(config_h)
+ systty.h systime.h dispextern.h intervals.h blockinput.h xterm.h $(config_h)
keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
$(config_h)
lastfile.o: lastfile.c $(config_h)