Mercurial > emacs
changeset 23714:e1072726334b
(abbrev.o): Depend on charset.h
(bytecode.o): Depend on charset.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 16 Nov 1998 01:17:06 +0000 |
parents | a31bf9d72c56 |
children | c69d612b0819 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)