# HG changeset patch # User Kenichi Handa # Date 1027656285 0 # Node ID be43e70da003a2cbdbf1e75e4acefd9915915a46 # Parent dfa89e1b4c56445de2f21ea0c2de9e2d823b1400 (abbrev.o): Depend on syntax.h. (xfaces.o): Depend on charset.h. diff -r dfa89e1b4c56 -r be43e70da003 src/Makefile.in --- 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)