From: Kenichi Handa Date: Tue, 17 Oct 2000 02:53:36 +0000 (+0000) Subject: (term.o): Depend on dispextern.h. X-Git-Tag: emacs-pretest-21.0.90~817 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7dd2a2b27609b7e17d4f32f4952bcfe81ac9f6d5;p=emacs.git (term.o): Depend on dispextern.h. --- 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)