From: Eli Zaretskii Date: Sun, 24 Aug 2003 12:59:24 +0000 (+0000) Subject: (msdos.o): Depend on intervals.h. X-Git-Tag: ttn-vms-21-2-B4~9007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9555a1145fe0df21568b93db50d7d438e11084d2;p=emacs.git (msdos.o): Depend on intervals.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 90605dd669d..bd5c156ebce 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1101,7 +1101,7 @@ minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ 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 \