# HG changeset patch # User Richard M. Stallman # Date 883622657 0 # Node ID 828d914616554b49be42adf89e1e28fcff6d08b4 # Parent 0cd7f6f42138d3046ead88ad1ae3456404ce12ed (marker.o): Depend on charset.h. diff -r 0cd7f6f42138 -r 828d91461655 src/Makefile.in --- 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)