Mercurial > emacs
changeset 32562:d531dc7c269a
(term.o): Depend on dispextern.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 17 Oct 2000 02:53:36 +0000 |
parents | 83ec4f5321d6 |
children | 90d5ec551e5d |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue Oct 17 02:53:19 2000 +0000 +++ b/src/Makefile.in Tue Oct 17 02:53:36 2000 +0000 @@ -1070,7 +1070,7 @@ 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)