diff options
| author | Richard M. Stallman | 1995-10-07 16:07:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-07 16:07:24 +0000 |
| commit | ce0af8d5e4d29ee58cf612d75934f2329237912d (patch) | |
| tree | 3399964aa51cd7f30b28a01f3d7982a3f39fbe1c | |
| parent | 95e7d9333da41695843e88da8cde0e0751427461 (diff) | |
| download | emacs-ce0af8d5e4d29ee58cf612d75934f2329237912d.tar.gz emacs-ce0af8d5e4d29ee58cf612d75934f2329237912d.zip | |
(bytecode.o): Depend on syntax.h.
| -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 2317ccb1c28..d2b558b0321 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -948,7 +948,7 @@ hftctl.o: hftctl.c $(config_h) | |||
| 948 | 948 | ||
| 949 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ | 949 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ |
| 950 | blockinput.h $(config_h) INTERVAL_SRC | 950 | blockinput.h $(config_h) INTERVAL_SRC |
| 951 | bytecode.o: bytecode.c buffer.h $(config_h) | 951 | bytecode.o: bytecode.c buffer.h syntax.h $(config_h) |
| 952 | data.o: data.c buffer.h puresize.h syssignal.h keyboard.h $(config_h) | 952 | data.o: data.c buffer.h puresize.h syssignal.h keyboard.h $(config_h) |
| 953 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) | 953 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) |
| 954 | floatfns.o: floatfns.c $(config_h) | 954 | floatfns.o: floatfns.c $(config_h) |