# HG changeset patch # User Richard M. Stallman # Date 847518080 0 # Node ID b46ae6fb5627422057aea74ce3031674b335a14d # Parent bf7e776e40f60d8cc114bbd71e5a0829fb986e7c (fns.o): Depend on frame.h. diff -r bf7e776e40f6 -r b46ae6fb5627 src/Makefile.in --- a/src/Makefile.in Fri Nov 08 13:30:38 1996 +0000 +++ b/src/Makefile.in Sat Nov 09 05:41:20 1996 +0000 @@ -1006,7 +1006,8 @@ 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