Mercurial > emacs
changeset 88897:be43e70da003
(abbrev.o): Depend on syntax.h.
(xfaces.o): Depend on charset.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 26 Jul 2002 04:04:45 +0000 |
parents | dfa89e1b4c56 |
children | ac49af641799 |
files | src/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Fri Jul 26 04:04:09 2002 +0000 +++ b/src/Makefile.in Fri Jul 26 04:04:45 2002 +0000 @@ -1007,7 +1007,7 @@ and so rarely changed in ways that do require any. */ abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \ - $(config_h) + syntax.h $(config_h) buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h character.h \ $(config_h) @@ -1122,8 +1122,8 @@ termchar.h frame.h window.h disptab.h termhooks.h character.h charset.h \ $(config_h) msdos.h composite.h fontset.h xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ - window.h character.h msdos.h dosfns.h composite.h atimer.h systime.h \ - fontset.h $(config_h) + window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \ + systime.h fontset.h $(config_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 \ character.h charset.h coding.h $(config_h)