From c2d0b18a4864c9cc51caba9b493b90afa4160e94 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 Dec 2001 20:03:11 +0000 Subject: [PATCH] (xmenu.o, xterm.o, fontset.o): Depend on buffer.h. --- src/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 1687c58eeb6..e511a45f57c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1043,7 +1043,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 \ @@ -1113,10 +1113,10 @@ xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 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 \ +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 \ + 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) -- 2.39.2