]> code.delx.au - gnu-emacs/commitdiff
Depend on coding.h.
authorDave Love <fx@gnu.org>
Tue, 16 Sep 2003 17:18:27 +0000 (17:18 +0000)
committerDave Love <fx@gnu.org>
Tue, 16 Sep 2003 17:18:27 +0000 (17:18 +0000)
src/ChangeLog
src/Makefile.in

index 5472d07dd1e972dd958fcbbb078617d5b6ace906..bdbdb8142d7d42cee5c0032318476f477b5aca79 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-16  Dave Love  <fx@gnu.org>
+
+       * Makefile.in: Depend on coding.h.
+
 2003-09-14  Kim F. Storm  <storm@cua.dk>
 
        * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
index 1af4fa2215555dc7421d59c17db5b8de8cc4242b..c0200af35b654c90c5c0f6512292f51efce8300f 100644 (file)
@@ -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 \