]> git.eshelyaron.com Git - emacs.git/commitdiff
(xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 Dec 2001 14:10:35 +0000 (14:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 Dec 2001 14:10:35 +0000 (14:10 +0000)
src/ChangeLog
src/Makefile.in

index 19ffeb1438f99980108e3131cc535643b5a246d9..25f987e6a51fc9ac7a10458ff09c4d208efa9281 100644 (file)
@@ -3,6 +3,8 @@
        * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)
        instead of only for COMPOSITION_DISABLED.
 
+       * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
+
 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
 
        * xdisp.c (move_it_vertically_backward): Change heuristic
index 03d27ccad0099a2393c6b6b36e816e1bbe34f0bf..1ef5ff45e7ff886500e3f0725631031f17822942 100644 (file)
@@ -1044,7 +1044,7 @@ filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)
 filemode.o: filemode.c  $(config_h)
 frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
    buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h $(config_h)
-fontset.o: dispextern.h fontset.h fontset.c ccl.h charset.h frame.h \
+fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \
    keyboard.h $(config_h)
 getloadavg.o: getloadavg.c $(config_h)
 indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
@@ -1115,9 +1115,9 @@ xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
    $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
    charset.h $(config_h)
 xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \
-   $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h msdos.h \
-   $(config_h)
-xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
+   buffer.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \
+   msdos.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 \
   coding.h $(config_h)