Mercurial > emacs
diff src/Makefile.in @ 32562:d531dc7c269a
(term.o): Depend on dispextern.h.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 17 Oct 2000 02:53:36 +0000 |
| parents | c7be4550c981 |
| children | 128a0873210f |
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)
