From: Kenichi Handa Date: Mon, 24 Jul 2006 02:54:48 +0000 (+0000) Subject: (font.o): Make it depends on window.h. X-Git-Tag: emacs-pretest-23.0.90~8295^2~813 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08b1e593149726c84dfa1eb5e88f542c2e192430;p=emacs.git (font.o): Make it depends on window.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index beee481d611..b0843ad4063 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1153,8 +1153,8 @@ frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ blockinput.h atimer.h systime.h buffer.h character.h fontset.h \ msdos.h dosfns.h dispextern.h w32term.h macterm.h $(config_h) fringe.o: fringe.c dispextern.h frame.h window.h buffer.h $(config_h) -font.o: font.c dispextern.h frame.h ccl.h character.h charset.h font.h \ - $(config_h) +font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ + font.h $(config_h) ftfont.o: dispextern.h frame.h character.h charset.h font.h $(config_h) fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \ charset.h frame.h keyboard.h $(FONTSRC) $(config_h)