diff src/Makefile.in @ 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 d619c5216f7d
children ee77697284a2
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)