add missing workarea setup for vfasl.inc

original commit: 6934ef1acc9a9a4102fd92187073fb49c983ca32
This commit is contained in:
Matthew Flatt 2020-04-04 11:50:49 -06:00
parent d76a610426
commit af9c81b205

View File

@ -184,6 +184,7 @@ workdir $W/boot/$M
(cd $W/boot/$M; workln ../../../boot/$M/equates.h equates.h)
(cd $W/boot/$M; workln ../../../boot/$M/gc-ocd.inc gc-ocd.inc)
(cd $W/boot/$M; workln ../../../boot/$M/gc-oce.inc gc-oce.inc)
(cd $W/boot/$M; workln ../../../boot/$M/vfasl.inc vfasl.inc)
(cd $W/boot/$M; workln ../../../boot/$M/petite.boot petite.boot)
(cd $W/boot/$M; workln ../../../boot/$M/scheme.boot scheme.boot)
(cd $W/boot/$M; workln ../../../boot/$M/def.so def.so)