summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-11-09 05:41:20 +0000
committerRichard M. Stallman <rms@gnu.org>1996-11-09 05:41:20 +0000
commit073191353dce11a8c15b6376aef85ec86f01d9fa (patch)
tree100ad10c2e59e2af2c45897f75be5a9c744433be
parentee43b4a7b055f719d334b169f6451213cc9d2dce (diff)
downloademacs-073191353dce11a8c15b6376aef85ec86f01d9fa.tar.gz
(fns.o): Depend on frame.h.
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4c169dd32d6..98c072711d9 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1006,7 +1006,8 @@ bytecode.o: bytecode.c buffer.h syntax.h $(config_h)
data.o: data.c buffer.h puresize.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 INTERVAL_SRC
+fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \
+ frame.h INTERVAL_SRC
print.o: print.c process.h frame.h window.h buffer.h keyboard.h $(config_h)
lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \
termhooks.h