# HG changeset patch # User Kenichi Handa # Date 911179026 0 # Node ID e1072726334b31d88899c06c48c47cc94f58c8a3 # Parent a31bf9d72c5645c128aa3f7f3b8b2994b765f291 (abbrev.o): Depend on charset.h (bytecode.o): Depend on charset.h. diff -r a31bf9d72c56 -r e1072726334b src/Makefile.in --- a/src/Makefile.in Mon Nov 16 01:17:06 1998 +0000 +++ b/src/Makefile.in Mon Nov 16 01:17:06 1998 +0000 @@ -994,7 +994,7 @@ it is so often changed in ways that do not require any recompilation and so rarely changed in ways that do require any. */ -abbrev.o: abbrev.c buffer.h window.h commands.h $(config_h) +abbrev.o: abbrev.c buffer.h window.h commands.h charset.h $(config_h) buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ INTERVAL_SRC blockinput.h charset.h $(config_h) callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ @@ -1106,7 +1106,7 @@ alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ blockinput.h charset.h $(config_h) INTERVAL_SRC -bytecode.o: bytecode.c buffer.h syntax.h $(config_h) +bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h) data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) floatfns.o: floatfns.c $(config_h)