From: Kenichi Handa Date: Fri, 19 May 2000 23:48:03 +0000 (+0000) Subject: (fns.o): Depend on charset.h. X-Git-Tag: emacs-pretest-21.0.90~3890 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b195b25d4d4f6a1f836c8da2cedcfbc351247117;p=emacs.git (fns.o): Depend on charset.h. --- 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