# HG changeset patch # User Richard M. Stallman # Date 893366431 0 # Node ID edc95c28d9704e6cca1aecc2bfec1814b18a8aa8 # Parent 5b26268ee9971bb632de5faf423fcd4a95668d35 (emacs.o): Depend on buffer.h. diff -r 5b26268ee997 -r edc95c28d970 src/Makefile.in --- a/src/Makefile.in Thu Apr 23 21:19:34 1998 +0000 +++ b/src/Makefile.in Thu Apr 23 21:20:31 1998 +0000 @@ -1032,7 +1032,7 @@ editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ $(config_h) emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ - INTERVAL_SRC $(config_h) + buffer.h INTERVAL_SRC $(config_h) fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ coding.h $(config_h) filelock.o: filelock.c buffer.h paths.h $(config_h)