diff options
| author | Kenichi Handa | 2000-10-17 02:53:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-10-17 02:53:36 +0000 |
| commit | 7dd2a2b27609b7e17d4f32f4952bcfe81ac9f6d5 (patch) | |
| tree | c84b67281c6e8b63226aa02c0540d7e87edaf3ce | |
| parent | 03ed080689288477e51617c53a49c4cfd07c2b24 (diff) | |
| download | emacs-7dd2a2b27609b7e17d4f32f4952bcfe81ac9f6d5.tar.gz emacs-7dd2a2b27609b7e17d4f32f4952bcfe81ac9f6d5.zip | |
(term.o): Depend on dispextern.h.
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index aaa20be4192..5bbfe5f78af 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1070,7 +1070,7 @@ sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | |||
| 1070 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \ | 1070 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \ |
| 1071 | window.h msdos.h dosfns.h keyboard.h | 1071 | window.h msdos.h dosfns.h keyboard.h |
| 1072 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1072 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ |
| 1073 | disptab.h keyboard.h charset.h coding.h ccl.h msdos.h | 1073 | disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h |
| 1074 | termcap.o: termcap.c $(config_h) | 1074 | termcap.o: termcap.c $(config_h) |
| 1075 | terminfo.o: terminfo.c $(config_h) | 1075 | terminfo.o: terminfo.c $(config_h) |
| 1076 | tparam.o: tparam.c $(config_h) | 1076 | tparam.o: tparam.c $(config_h) |