]> git.eshelyaron.com Git - emacs.git/commitdiff
(marker.o): Depend on charset.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Jan 1998 02:44:17 +0000 (02:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Jan 1998 02:44:17 +0000 (02:44 +0000)
src/Makefile.in

index 7d48c54c5c7fa5b17760e48264eaef8c02ffb6b3..c7ac45679bd98d97c6805cc83d45c04beec5df11 100644 (file)
@@ -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)