# HG changeset patch # User Eli Zaretskii # Date 1061729964 0 # Node ID 5e05e50d305b3db92e16f2ce062a5ee301491897 # Parent 00e2bb6c6d5b9bd5479086a3f3dc870dc8a5c519 (msdos.o): Depend on intervals.h. diff -r 00e2bb6c6d5b -r 5e05e50d305b src/Makefile.in --- a/src/Makefile.in Sun Aug 24 12:58:34 2003 +0000 +++ b/src/Makefile.in Sun Aug 24 12:59:24 2003 +0000 @@ -1101,7 +1101,7 @@ mktime.o: mktime.c $(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 \ - keyboard.h $(config_h) + keyboard.h intervals.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 \