changeset 13139:726601c2852a

(bytecode.o): Depend on syntax.h.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Oct 1995 16:07:24 +0000
parents 2a0ef3a2ccc3
children 99c5d39b9531
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Fri Oct 06 22:42:19 1995 +0000
+++ b/src/Makefile.in	Sat Oct 07 16:07:24 1995 +0000
@@ -948,7 +948,7 @@
 
 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)