# HG changeset patch # User Kenichi Handa # Date 864026258 0 # Node ID be1ba0978de97dd7c8d832098d98a33ad1d3c715 # Parent aa0b21b54684879d2a4f5f1a3a39d203a9813fa9 (xdisp.o): Add coding.h in dependency list. diff -r aa0b21b54684 -r be1ba0978de9 src/Makefile.in --- a/src/Makefile.in Mon May 19 06:29:13 1997 +0000 +++ b/src/Makefile.in Mon May 19 07:17:38 1997 +0000 @@ -1048,7 +1048,7 @@ ../lwlib/lwlib.h $(config_h) window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ termhooks.h disptab.h keyboard.h $(config_h) -xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ +xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ window.h charset.h $(config_h)