From: Dave Love Date: Tue, 7 Jan 2003 12:08:40 +0000 (+0000) Subject: (fns.o): Depend on coding.h. X-Git-Tag: ttn-vms-21-2-B4~11790 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=221cf9ce5e1a80ab3cfb65ee983e2646952a071e;p=emacs.git (fns.o): Depend on coding.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 8d8e7007b2c..b8fe0c9f07f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1176,7 +1176,7 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ $(config_h) floatfns.o: floatfns.c $(config_h) fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ - frame.h window.h dispextern.h $(INTERVAL_SRC) + frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ $(config_h) dispextern.h msdos.h composite.h lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \