From 6fd49f24bfa42a22f557332cb7dd2e0c611bbf18 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 26 Jul 2002 04:04:45 +0000 Subject: [PATCH] (abbrev.o): Depend on syntax.h. (xfaces.o): Depend on charset.h. --- src/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 3a2a162622f..a33b7822ec5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1007,7 +1007,7 @@ alloca.o : alloca.s $(config_h) 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 @@ xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ 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) -- 2.39.5