diff options
| author | Kenichi Handa | 2000-05-19 23:48:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-05-19 23:48:03 +0000 |
| commit | b195b25d4d4f6a1f836c8da2cedcfbc351247117 (patch) | |
| tree | dade7e11a23f3f59fc801655e7e9c510db97f58a | |
| parent | db72f2a6062b5322884f4e71afd625cb55a82cd8 (diff) | |
| download | emacs-b195b25d4d4f6a1f836c8da2cedcfbc351247117.tar.gz emacs-b195b25d4d4f6a1f836c8da2cedcfbc351247117.zip | |
(fns.o): Depend on charset.h.
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b412758b20f..b925ee7f870 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1098,7 +1098,7 @@ bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h) | |||
| 1098 | data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) | 1098 | data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) |
| 1099 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) | 1099 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) |
| 1100 | floatfns.o: floatfns.c $(config_h) | 1100 | floatfns.o: floatfns.c $(config_h) |
| 1101 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ | 1101 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ |
| 1102 | frame.h window.h $(INTERVAL_SRC) | 1102 | frame.h window.h $(INTERVAL_SRC) |
| 1103 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ | 1103 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ |
| 1104 | $(config_h) dispextern.h msdos.h composite.h | 1104 | $(config_h) dispextern.h msdos.h composite.h |