From: Dave Love Date: Tue, 16 Sep 2003 17:18:27 +0000 (+0000) Subject: Depend on coding.h. X-Git-Tag: ttn-vms-21-2-B4~8829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0fc36449f2dc84a13130ba2f71065223655fa1d;p=emacs.git Depend on coding.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5472d07dd1e..bdbdb8142d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-09-16 Dave Love + + * Makefile.in: Depend on coding.h. + 2003-09-14 Kim F. Storm * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h. diff --git a/src/Makefile.in b/src/Makefile.in index 1af4fa22155..c0200af35b6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1145,7 +1145,7 @@ xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 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 \