Mercurial > emacs
changeset 53324:890b555d85b7
(eval.o): Depend on dispextern.h.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 27 Dec 2003 22:03:40 +0000 |
parents | a053c8c470f3 |
children | 8e8832ef3963 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sat Dec 27 21:56:51 2003 +0000 +++ b/src/Makefile.in Sat Dec 27 22:03:40 2003 +0000 @@ -1171,7 +1171,7 @@ bytecode.o: bytecode.c buffer.h syntax.h charset.h window.h $(config_h) data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ - $(config_h) + dispextern.h $(config_h) floatfns.o: floatfns.c $(config_h) fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h