aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-04-24 17:48:55 +0000
committerKarl Heuer1995-04-24 17:48:55 +0000
commitc07d3a87ccb1615159380342095515d4268dbd23 (patch)
treea44d28d74ce980dfd9dcf4a845314c79a37a65e9 /src
parent3f3495d379b92759f9869447ad4a272485f0aec8 (diff)
downloademacs-c07d3a87ccb1615159380342095515d4268dbd23.tar.gz
emacs-c07d3a87ccb1615159380342095515d4268dbd23.zip
Make dispnew.o and keyboard.o depend on xterm.h.
Diffstat (limited to 'src')
-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)
841 CRT0_COMPILE ${srcdir}/ecrt0.c 841 CRT0_COMPILE ${srcdir}/ecrt0.c
842dired.o: dired.c commands.h buffer.h $(config_h) regex.h 842dired.o: dired.c commands.h buffer.h $(config_h) regex.h
843dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ 843dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
844 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h) 844 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
845 xterm.h $(config_h)
845doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h 846doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h
846doprnt.o: doprnt.c $(config_h) 847doprnt.o: doprnt.c $(config_h)
847dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 848dosfns.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 \
856insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h) 857insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h)
857keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \ 858keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \
858 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 859 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
859 systty.h systime.h dispextern.h intervals.h blockinput.h $(config_h) 860 systty.h systime.h dispextern.h intervals.h blockinput.h xterm.h $(config_h)
860keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 861keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
861 $(config_h) 862 $(config_h)
862lastfile.o: lastfile.c $(config_h) 863lastfile.o: lastfile.c $(config_h)