diff options
author | Kenichi Handa <handa@m17n.org> | 2000-10-17 02:53:36 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-10-17 02:53:36 +0000 |
commit | 7dd2a2b27609b7e17d4f32f4952bcfe81ac9f6d5 (patch) | |
tree | c84b67281c6e8b63226aa02c0540d7e87edaf3ce /src/Makefile.in | |
parent | 03ed080689288477e51617c53a49c4cfd07c2b24 (diff) | |
download | emacs-7dd2a2b27609b7e17d4f32f4952bcfe81ac9f6d5.tar.gz |
(term.o): Depend on dispextern.h.
Diffstat (limited to 'src/Makefile.in')
-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 \ frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \ window.h msdos.h dosfns.h keyboard.h term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ - disptab.h keyboard.h charset.h coding.h ccl.h msdos.h + disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h termcap.o: termcap.c $(config_h) terminfo.o: terminfo.c $(config_h) tparam.o: tparam.c $(config_h) |