aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-01-07 12:08:40 +0000
committerDave Love2003-01-07 12:08:40 +0000
commit221cf9ce5e1a80ab3cfb65ee983e2646952a071e (patch)
tree5ddd1268e7389224e1f395c1c8a31d85dfc68365
parent6fbe33a71994915ca3506a838b6bf3a7fcb8357e (diff)
downloademacs-221cf9ce5e1a80ab3cfb65ee983e2646952a071e.tar.gz
emacs-221cf9ce5e1a80ab3cfb65ee983e2646952a071e.zip
(fns.o): Depend on coding.h.
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \
1176 $(config_h) 1176 $(config_h)
1177floatfns.o: floatfns.c $(config_h) 1177floatfns.o: floatfns.c $(config_h)
1178fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ 1178fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \
1179 frame.h window.h dispextern.h $(INTERVAL_SRC) 1179 frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h
1180print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ 1180print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\
1181 $(config_h) dispextern.h msdos.h composite.h 1181 $(config_h) dispextern.h msdos.h composite.h
1182lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ 1182lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \