diff options
author | Kenichi Handa <handa@m17n.org> | 2000-05-19 23:48:03 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-05-19 23:48:03 +0000 |
commit | b195b25d4d4f6a1f836c8da2cedcfbc351247117 (patch) | |
tree | dade7e11a23f3f59fc801655e7e9c510db97f58a /src/Makefile.in | |
parent | db72f2a6062b5322884f4e71afd625cb55a82cd8 (diff) | |
download | emacs-b195b25d4d4f6a1f836c8da2cedcfbc351247117.tar.gz |
(fns.o): Depend on charset.h.
Diffstat (limited to 'src/Makefile.in')
-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) 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) -fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ +fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ frame.h window.h $(INTERVAL_SRC) print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ $(config_h) dispextern.h msdos.h composite.h |