# HG changeset patch # User Kenichi Handa # Date 971751216 0 # Node ID d531dc7c269aa0aea327b7d843815faebdc69ede # Parent 83ec4f5321d6e967d9360ea7ef458023a20cd11f (term.o): Depend on dispextern.h. diff -r 83ec4f5321d6 -r d531dc7c269a src/Makefile.in --- 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)