diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-08-24 12:59:24 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-08-24 12:59:24 +0000 |
commit | 9555a1145fe0df21568b93db50d7d438e11084d2 (patch) | |
tree | 7762d9614c9d01384ea081d17a46645a8a72320e /src | |
parent | 7e4e242867600cc94b973c980f92b65b5ad8deca (diff) | |
download | emacs-9555a1145fe0df21568b93db50d7d438e11084d2.tar.gz |
(msdos.o): Depend on intervals.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |