Mercurial > emacs
changeset 52309:5e05e50d305b
(msdos.o): Depend on intervals.h.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 24 Aug 2003 12:59:24 +0000 |
parents | 00e2bb6c6d5b |
children | 9404019958f3 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 \