1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* Makefile.in (root.o): Correct dependencies.

This commit is contained in:
Jim Blandy 1996-10-05 17:22:18 +00:00
parent 8b4a21d1fb
commit d7f6ebf6b7

View file

@ -714,9 +714,10 @@ read.o: read.c extchrs.h _scm.h __scm.h scmconfig.h \
root.o: root.c _scm.h __scm.h scmconfig.h \
tags.h error.h __scm.h print.h \
options.h pairs.h list.h gc.h gsubr.h procs.h numbers.h \
symbols.h boolean.h strings.h vectors.h root.h ports.h eval.h \
throw.h smob.h ports.h genio.h debug.h stackchk.h dynwind.h \
markers.h pairs.h root.x
symbols.h boolean.h strings.h vectors.h root.h ports.h async.h \
stackchk.h continuations.h debug.h dynwind.h \
eval.h genio.h smob.h ports.h genio.h \
markers.h throw.h root.x
scmsigs.o: scmsigs.c _scm.h __scm.h scmconfig.h \
tags.h error.h __scm.h print.h \
options.h pairs.h list.h gc.h gsubr.h procs.h numbers.h \