changeset 21723:edc95c28d970

(emacs.o): Depend on buffer.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Apr 1998 21:20:31 +0000
parents 5b26268ee997
children 12a826a37249
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)