diff options
| author | Richard M. Stallman | 2001-12-16 20:03:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-16 20:03:11 +0000 |
| commit | c2d0b18a4864c9cc51caba9b493b90afa4160e94 (patch) | |
| tree | d6fdfa7fd236680c3e2484dd180cb29997a34cc6 /src | |
| parent | 82a7ab23a092ee9852c1cf8e46afb38d016d525f (diff) | |
| download | emacs-c2d0b18a4864c9cc51caba9b493b90afa4160e94.tar.gz emacs-c2d0b18a4864c9cc51caba9b493b90afa4160e94.zip | |
(xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 10 |
1 files 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) | |||
| 1043 | filemode.o: filemode.c $(config_h) | 1043 | filemode.o: filemode.c $(config_h) |
| 1044 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1044 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ |
| 1045 | buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h $(config_h) | 1045 | buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h $(config_h) |
| 1046 | fontset.o: dispextern.h fontset.h fontset.c ccl.h charset.h frame.h \ | 1046 | fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \ |
| 1047 | keyboard.h $(config_h) | 1047 | keyboard.h $(config_h) |
| 1048 | getloadavg.o: getloadavg.c $(config_h) | 1048 | getloadavg.o: getloadavg.c $(config_h) |
| 1049 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 1049 | 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 \ | |||
| 1113 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ | 1113 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ |
| 1114 | $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ | 1114 | $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ |
| 1115 | charset.h $(config_h) | 1115 | charset.h $(config_h) |
| 1116 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | 1116 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ |
| 1117 | $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h msdos.h \ | 1117 | keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \ |
| 1118 | $(config_h) | 1118 | msdos.h $(config_h) |
| 1119 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 1119 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ |
| 1120 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ | 1120 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ |
| 1121 | keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ | 1121 | keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ |
| 1122 | coding.h $(config_h) | 1122 | coding.h $(config_h) |