Mercurial > emacs
changeset 21083:a5a15ce66e98
(alloc.o): Depend on charset.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 06 Mar 1998 21:49:18 +0000 |
parents | ca3bd6ec875d |
children | 371ed7bdfd2b |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Fri Mar 06 21:33:37 1998 +0000 +++ b/src/Makefile.in Fri Mar 06 21:49:18 1998 +0000 @@ -1105,7 +1105,7 @@ /* The files of Lisp proper */ alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ - blockinput.h $(config_h) INTERVAL_SRC + blockinput.h charset.h $(config_h) INTERVAL_SRC bytecode.o: bytecode.c buffer.h syntax.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 $(config_h)