diff options
| author | Eli Zaretskii | 1998-12-06 15:55:59 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1998-12-06 15:55:59 +0000 |
| commit | d24422702fb81c15b8c3698cc051be7ee0d05eb2 (patch) | |
| tree | 4cee46531c874a426c18e8e6159cecc40c9f2d95 /src | |
| parent | 54eba3537bd62c0f869cc0be64633d4959e48219 (diff) | |
| download | emacs-d24422702fb81c15b8c3698cc051be7ee0d05eb2.tar.gz emacs-d24422702fb81c15b8c3698cc051be7ee0d05eb2.zip | |
(msdos.o): Depend on termchar.h, charset.h, coding.h, and disptab.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 749df120d77..fe0082c3465 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1053,8 +1053,8 @@ minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ | |||
| 1053 | buffer.h commands.h charset.h msdos.h $(config_h) | 1053 | buffer.h commands.h charset.h msdos.h $(config_h) |
| 1054 | mktime.o: mktime.c $(config_h) | 1054 | mktime.o: mktime.c $(config_h) |
| 1055 | mocklisp.o: mocklisp.c buffer.h $(config_h) | 1055 | mocklisp.o: mocklisp.c buffer.h $(config_h) |
| 1056 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ | 1056 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 1057 | termopts.h frame.h window.h $(config_h) | 1057 | termopts.h termchar.h charset.h coding.h disptab.h window.h $(config_h) |
| 1058 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1058 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 1059 | commands.h syssignal.h systime.h systty.h syswait.h frame.h \ | 1059 | commands.h syssignal.h systime.h systty.h syswait.h frame.h \ |
| 1060 | blockinput.h charset.h coding.h msdos.h $(config_h) | 1060 | blockinput.h charset.h coding.h msdos.h $(config_h) |