Mercurial > emacs
changeset 20542:828d91461655
(marker.o): Depend on charset.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 01 Jan 1998 02:44:17 +0000 |
parents | 0cd7f6f42138 |
children | 4dbda4b7c66f |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Jan 01 02:42:48 1998 +0000 +++ b/src/Makefile.in Thu Jan 01 02:44:17 1998 +0000 @@ -1050,7 +1050,7 @@ gmalloc.o: gmalloc.c $(config_h) ralloc.o: ralloc.c $(config_h) vm-limit.o: vm-limit.c mem-limits.h $(config_h) -marker.o: marker.c buffer.h $(config_h) +marker.o: marker.c buffer.h charset.h $(config_h) minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ buffer.h commands.h charset.h $(config_h) mktime.o: mktime.c $(config_h)