diff options
| author | Karl Heuer | 1995-04-24 22:03:49 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-04-24 22:03:49 +0000 |
| commit | abd7c2029409a8e0920346fdcf500565d7087b5f (patch) | |
| tree | 2218929fe3d45e11e390330f8ec79289455b6987 /src | |
| parent | 0bc3db2b9dba8fe1b8f28ab3d3e2aaf754d01e54 (diff) | |
| download | emacs-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.in | 4 |
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) | |||
| 888 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 888 | sysdep.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 |
| 890 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 890 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ |
| 891 | disptab.h | 891 | disptab.h keyboard.h |
| 892 | termcap.o: termcap.c $(config_h) | 892 | termcap.o: termcap.c $(config_h) |
| 893 | terminfo.o: terminfo.c $(config_h) | 893 | terminfo.o: terminfo.c $(config_h) |
| 894 | tparam.o: tparam.c $(config_h) | 894 | tparam.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 */ |
| 932 | textprop.o: textprop.c buffer.h intervals.h $(config_h) | 932 | textprop.o: textprop.c buffer.h intervals.h $(config_h) |
| 933 | intervals.o: intervals.c buffer.h intervals.h puresize.h $(config_h) | 933 | intervals.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 |