From: Eli Zaretskii Date: Wed, 9 Aug 2000 12:27:07 +0000 (+0000) Subject: (msdos.o): Depend on keyboard.h. X-Git-Tag: emacs-pretest-21.0.90~2386 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2feb1d42719b9a77e4a6f00696944ac2f2789e5;p=emacs.git (msdos.o): Depend on keyboard.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 1a840188407..cf74b18f859 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1047,7 +1047,8 @@ minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ mktime.o: mktime.c $(config_h) mocklisp.o: mocklisp.c buffer.h $(config_h) msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ - termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h $(config_h) + termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ + keyboard.h $(config_h) process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h $(config_h)