summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-07 16:07:24 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-07 16:07:24 +0000
commitd966b96025eaab4f71e37c54dfb0850d4764225a (patch)
treec3ca23edfad6df36a67ecf6cc00dc9a353bd4a1a /src
parent8da7d2414efb286c88cc9fb46b1ec99ec62a8727 (diff)
downloademacs-d966b96025eaab4f71e37c54dfb0850d4764225a.tar.gz
(bytecode.o): Depend on syntax.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
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)
alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
blockinput.h $(config_h) INTERVAL_SRC
-bytecode.o: bytecode.c buffer.h $(config_h)
+bytecode.o: bytecode.c buffer.h syntax.h $(config_h)
data.o: data.c buffer.h puresize.h syssignal.h keyboard.h $(config_h)
eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h)
floatfns.o: floatfns.c $(config_h)