Mercurial > emacs
changeset 23824:ac5d1cd520fa
(msdos.o): Depend on termchar.h, charset.h, coding.h, and disptab.h
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 06 Dec 1998 15:55:59 +0000 |
parents | d60ff4432412 |
children | 085b163b6115 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sat Dec 05 18:23:14 1998 +0000 +++ b/src/Makefile.in Sun Dec 06 15:55:59 1998 +0000 @@ -1053,8 +1053,8 @@ buffer.h commands.h charset.h msdos.h $(config_h) mktime.o: mktime.c $(config_h) mocklisp.o: mocklisp.c buffer.h $(config_h) -msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ - termopts.h frame.h window.h $(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 disptab.h window.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 \ blockinput.h charset.h coding.h msdos.h $(config_h)