From: Richard M. Stallman Date: Thu, 1 Jan 1998 02:44:17 +0000 (+0000) Subject: (marker.o): Depend on charset.h. X-Git-Tag: emacs-20.3~2532 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fa51c4e52a5dd749a31de9815f80d1d3f851e0a;p=emacs.git (marker.o): Depend on charset.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 7d48c54c5c7..c7ac45679bd 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1050,7 +1050,7 @@ malloc.o: malloc.c $(config_h) 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)