From: Richard M. Stallman Date: Sat, 9 Nov 1996 05:44:07 +0000 (+0000) Subject: (fns.o): Depend on window.h. X-Git-Tag: emacs-20.1~3402 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22dbea3f67d2039ab9b4e00200ee6cf47dc9baee;p=emacs.git (fns.o): Depend on window.h. --- 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