diff options
| author | Eli Zaretskii | 2003-08-24 12:59:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2003-08-24 12:59:24 +0000 |
| commit | 9555a1145fe0df21568b93db50d7d438e11084d2 (patch) | |
| tree | 7762d9614c9d01384ea081d17a46645a8a72320e /src | |
| parent | 7e4e242867600cc94b973c980f92b65b5ad8deca (diff) | |
| download | emacs-9555a1145fe0df21568b93db50d7d438e11084d2.tar.gz emacs-9555a1145fe0df21568b93db50d7d438e11084d2.zip | |
(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 \ | |||
| 1101 | mktime.o: mktime.c $(config_h) | 1101 | mktime.o: mktime.c $(config_h) |
| 1102 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1102 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 1103 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ | 1103 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ |
| 1104 | keyboard.h $(config_h) | 1104 | keyboard.h intervals.h $(config_h) |
| 1105 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1105 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 1106 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ | 1106 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ |
| 1107 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ | 1107 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ |