aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2000-03-21 00:45:04 +0000
committerKenichi Handa2000-03-21 00:45:04 +0000
commitaf8cb95c2e4d04e99822ccdc3c97d51cb259d24a (patch)
treecefae80e7b3aeb5dfe04c5476f820aeda5401585 /src
parentee569018cb952173bd3f224ad884640ecaed644c (diff)
downloademacs-af8cb95c2e4d04e99822ccdc3c97d51cb259d24a.tar.gz
emacs-af8cb95c2e4d04e99822ccdc3c97d51cb259d24a.zip
(fontset.o): Depend on dispextern.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
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)
1065filemode.o: filemode.c $(config_h) 1065filemode.o: filemode.c $(config_h)
1066frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1066frame.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)
1068fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h) 1068fontset.o: dispextern.h fontset.h fontset.c ccl.h charset.h frame.h $(config_h)
1069getloadavg.o: getloadavg.c $(config_h) 1069getloadavg.o: getloadavg.c $(config_h)
1070indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 1070indent.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