diff options
| author | Kenichi Handa | 1998-11-16 01:17:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-11-16 01:17:06 +0000 |
| commit | 94c02a5e1a2813a0b085d945573cd370c7685c1b (patch) | |
| tree | c39dfe5c61e488b72e6b508e9e6a2a23cc1a0217 /src | |
| parent | 0b58a513d939b4433e99da3be12634e942f80107 (diff) | |
| download | emacs-94c02a5e1a2813a0b085d945573cd370c7685c1b.tar.gz emacs-94c02a5e1a2813a0b085d945573cd370c7685c1b.zip | |
(abbrev.o): Depend on charset.h
(bytecode.o): Depend on charset.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 61f7e239d60..749df120d77 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -994,7 +994,7 @@ alloca.o : alloca.s $(config_h) | |||
| 994 | it is so often changed in ways that do not require any recompilation | 994 | it is so often changed in ways that do not require any recompilation |
| 995 | and so rarely changed in ways that do require any. */ | 995 | and so rarely changed in ways that do require any. */ |
| 996 | 996 | ||
| 997 | abbrev.o: abbrev.c buffer.h window.h commands.h $(config_h) | 997 | abbrev.o: abbrev.c buffer.h window.h commands.h charset.h $(config_h) |
| 998 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 998 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ |
| 999 | INTERVAL_SRC blockinput.h charset.h $(config_h) | 999 | INTERVAL_SRC blockinput.h charset.h $(config_h) |
| 1000 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ | 1000 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ |
| @@ -1106,7 +1106,7 @@ hftctl.o: hftctl.c $(config_h) | |||
| 1106 | 1106 | ||
| 1107 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ | 1107 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ |
| 1108 | blockinput.h charset.h $(config_h) INTERVAL_SRC | 1108 | blockinput.h charset.h $(config_h) INTERVAL_SRC |
| 1109 | bytecode.o: bytecode.c buffer.h syntax.h $(config_h) | 1109 | bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h) |
| 1110 | data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) | 1110 | data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) |
| 1111 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) | 1111 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) |
| 1112 | floatfns.o: floatfns.c $(config_h) | 1112 | floatfns.o: floatfns.c $(config_h) |