# HG changeset patch # User Eli Zaretskii # Date 912959759 0 # Node ID ac5d1cd520fa2ee6a531c77f3d9bada90ff9adcb # Parent d60ff44324120a2d2cee62d4baf6ef2e613f0732 (msdos.o): Depend on termchar.h, charset.h, coding.h, and disptab.h diff -r d60ff4432412 -r ac5d1cd520fa src/Makefile.in --- a/src/Makefile.in Sat Dec 05 18:23:14 1998 +0000 +++ b/src/Makefile.in Sun Dec 06 15:55:59 1998 +0000 @@ -1053,8 +1053,8 @@ buffer.h commands.h charset.h msdos.h $(config_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 \ - termopts.h frame.h window.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 disptab.h window.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 \ blockinput.h charset.h coding.h msdos.h $(config_h)