diff options
| author | Richard M. Stallman | 1998-01-01 02:44:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-01-01 02:44:17 +0000 |
| commit | 3fa51c4e52a5dd749a31de9815f80d1d3f851e0a (patch) | |
| tree | 3f86793f2fe93f3bb2d205961975a8a7aee1d164 /src | |
| parent | 049749e656cd39de872599afbd1b41e5b26ba886 (diff) | |
| download | emacs-3fa51c4e52a5dd749a31de9815f80d1d3f851e0a.tar.gz emacs-3fa51c4e52a5dd749a31de9815f80d1d3f851e0a.zip | |
(marker.o): Depend on charset.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 1050 | gmalloc.o: gmalloc.c $(config_h) | 1050 | gmalloc.o: gmalloc.c $(config_h) |
| 1051 | ralloc.o: ralloc.c $(config_h) | 1051 | ralloc.o: ralloc.c $(config_h) |
| 1052 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) | 1052 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) |
| 1053 | marker.o: marker.c buffer.h $(config_h) | 1053 | marker.o: marker.c buffer.h charset.h $(config_h) |
| 1054 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ | 1054 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ |
| 1055 | buffer.h commands.h charset.h $(config_h) | 1055 | buffer.h commands.h charset.h $(config_h) |
| 1056 | mktime.o: mktime.c $(config_h) | 1056 | mktime.o: mktime.c $(config_h) |