# HG changeset patch # User Eli Zaretskii # Date 965824027 0 # Node ID face4156ed29e54a36685fc175e349fb02d99fda # Parent 1b27b74c25104809f6c8b64bf207a29f5d51c00d (msdos.o): Depend on keyboard.h. diff -r 1b27b74c2510 -r face4156ed29 src/Makefile.in --- 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)