summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-04-23 21:20:31 +0000
committerRichard M. Stallman <rms@gnu.org>1998-04-23 21:20:31 +0000
commitd67e2df9c3ab30fea86d9a9981e3f7e7dcddab4e (patch)
tree84df17fe60f45001aef36056b3f52cdad7a7b60e /src/Makefile.in
parenta08a816a25b1a958c9be56ebb9ceeb3651d5de4c (diff)
downloademacs-d67e2df9c3ab30fea86d9a9981e3f7e7dcddab4e.tar.gz
(emacs.o): Depend on buffer.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 1cb518e0798..eab0642793f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1032,7 +1032,7 @@ dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
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)