]> git.eshelyaron.com Git - emacs.git/commitdiff
(term.o): Depend on dispextern.h.
authorKenichi Handa <handa@m17n.org>
Tue, 17 Oct 2000 02:53:36 +0000 (02:53 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 17 Oct 2000 02:53:36 +0000 (02:53 +0000)
src/Makefile.in

index aaa20be4192f39bc59196fd0298806a5b7a49587..5bbfe5f78afe161ffd7fa07954ca21457f826f03 100644 (file)
@@ -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)