From: Eli Zaretskii Date: Fri, 29 Mar 2002 12:39:39 +0000 (+0000) Subject: (lread.o): Depend on coding.h. X-Git-Tag: ttn-vms-21-2-B4~15919 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad6ccf2919d561a65558bf377915aa35099d1262;p=emacs.git (lread.o): Depend on coding.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 4d4845db14b..db1328f2e71 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1152,7 +1152,7 @@ fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ $(config_h) dispextern.h msdos.h composite.h lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ - termhooks.h msdos.h + termhooks.h coding.h msdos.h /* Text properties support */ textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \