diff options
| author | Kenichi Handa | 2000-03-21 00:45:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-03-21 00:45:04 +0000 |
| commit | af8cb95c2e4d04e99822ccdc3c97d51cb259d24a (patch) | |
| tree | cefae80e7b3aeb5dfe04c5476f820aeda5401585 /src | |
| parent | ee569018cb952173bd3f224ad884640ecaed644c (diff) | |
| download | emacs-af8cb95c2e4d04e99822ccdc3c97d51cb259d24a.tar.gz emacs-af8cb95c2e4d04e99822ccdc3c97d51cb259d24a.zip | |
(fontset.o): Depend on dispextern.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index aa8337ead73..f591a32bd84 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1065,7 +1065,7 @@ filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) | |||
| 1065 | filemode.o: filemode.c $(config_h) | 1065 | filemode.o: filemode.c $(config_h) |
| 1066 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1066 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ |
| 1067 | buffer.h charset.h fontset.h msdos.h dosfns.h $(config_h) | 1067 | buffer.h charset.h fontset.h msdos.h dosfns.h $(config_h) |
| 1068 | fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h) | 1068 | fontset.o: dispextern.h fontset.h fontset.c ccl.h charset.h frame.h $(config_h) |
| 1069 | getloadavg.o: getloadavg.c $(config_h) | 1069 | getloadavg.o: getloadavg.c $(config_h) |
| 1070 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 1070 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ |
| 1071 | termopts.h disptab.h region-cache.h charset.h composite.h | 1071 | termopts.h disptab.h region-cache.h charset.h composite.h |