summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-11-09 05:44:07 +0000
committerRichard M. Stallman <rms@gnu.org>1996-11-09 05:44:07 +0000
commita2b0c7190518e57fc90dda9fffeb9fe0b535ae1d (patch)
tree151568ec11b7fd82efa60c9c65dee1aa9ff9190e
parent073191353dce11a8c15b6376aef85ec86f01d9fa (diff)
downloademacs-a2b0c7190518e57fc90dda9fffeb9fe0b535ae1d.tar.gz
(fns.o): Depend on window.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 98c072711d9..25a6757d6cc 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1007,7 +1007,7 @@ 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 \
- frame.h INTERVAL_SRC
+ frame.h window.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