Mercurial > emacs
changeset 52513:5a24881a4775
Depend on coding.h.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 16 Sep 2003 17:18:00 +0000 |
parents | c7ef303c76f2 |
children | ab14a2de617f |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue Sep 16 02:40:49 2003 +0000 +++ b/src/Makefile.in Tue Sep 16 17:18:00 2003 +0000 @@ -1145,7 +1145,7 @@ charset.h gtkutil.h $(config_h) xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \ - gtkutil.h msdos.h $(config_h) + gtkutil.h msdos.h coding.h $(config_h) xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \