From d24422702fb81c15b8c3698cc051be7ee0d05eb2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 6 Dec 1998 15:55:59 +0000 Subject: [PATCH] (msdos.o): Depend on termchar.h, charset.h, coding.h, and disptab.h --- src/Makefile.in | 4 ++-- 1 file 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 \ 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) -- 2.39.2