diff options
| author | Richard M. Stallman | 1998-03-06 21:49:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-06 21:49:18 +0000 |
| commit | 846f93fd7dc8527bdaeb549298f42aecaf14038a (patch) | |
| tree | c5831f04a55fafdc09f09c4c39a016d16b159c38 /src | |
| parent | 171666af2dcfc455cb1f69d0ad9ce85919e441cc (diff) | |
| download | emacs-846f93fd7dc8527bdaeb549298f42aecaf14038a.tar.gz emacs-846f93fd7dc8527bdaeb549298f42aecaf14038a.zip | |
(alloc.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 7e9bf8529ce..3d06afe7282 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1105,7 +1105,7 @@ hftctl.o: hftctl.c $(config_h) | |||
| 1105 | /* The files of Lisp proper */ | 1105 | /* The files of Lisp proper */ |
| 1106 | 1106 | ||
| 1107 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ | 1107 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ |
| 1108 | blockinput.h $(config_h) INTERVAL_SRC | 1108 | blockinput.h charset.h $(config_h) INTERVAL_SRC |
| 1109 | bytecode.o: bytecode.c buffer.h syntax.h $(config_h) | 1109 | bytecode.o: bytecode.c buffer.h syntax.h $(config_h) |
| 1110 | data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) | 1110 | data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) |
| 1111 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) | 1111 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) |