# HG changeset patch # User Eli Zaretskii # Date 1017405579 0 # Node ID b0c69ea10fa02ead55f4dd288377a224a4dcf879 # Parent 2b5f2d6c5f543d044797aa391b8a48fa9dc8301c (lread.o): Depend on coding.h. diff -r 2b5f2d6c5f54 -r b0c69ea10fa0 src/Makefile.in --- a/src/Makefile.in Fri Mar 29 12:38:35 2002 +0000 +++ b/src/Makefile.in Fri Mar 29 12:39:39 2002 +0000 @@ -1152,7 +1152,7 @@ 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) \