From: Kenichi Handa Date: Mon, 19 May 1997 07:17:38 +0000 (+0000) Subject: (xdisp.o): Add coding.h in dependency list. X-Git-Tag: emacs-20.1~2060 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d3fa43542eded4db079b86d4d54b9343e13f27d;p=emacs.git (xdisp.o): Add coding.h in dependency list. --- diff --git a/src/Makefile.in b/src/Makefile.in index f8b6be5e833..e9e73035008 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1048,7 +1048,7 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ ../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)