Mercurial > emacs
changeset 30712:face4156ed29
(msdos.o): Depend on keyboard.h.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 09 Aug 2000 12:27:07 +0000 |
parents | 1b27b74c2510 |
children | fee809f81f97 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Wed Aug 09 12:26:13 2000 +0000 +++ b/src/Makefile.in Wed Aug 09 12:27:07 2000 +0000 @@ -1047,7 +1047,8 @@ 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)