Skip to content

Commit e922744

Browse files
committed
stage flisp.boot into host
1 parent 5d40370 commit e922744

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/flisp/Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,13 @@ $(BUILDDIR)/host/Makefile:
115115
@echo 'BUILDING_HOST_TOOLS=1' >> $@
116116
@echo 'include $(SRCDIR)/Makefile' >> $@
117117

118-
$(BUILDDIR)/host/$(EXENAME): $(BUILDDIR)/host/Makefile
118+
$(BUILDDIR)/host/$(EXENAME): $(BUILDDIR)/host/Makefile | ${BUILDDIR}/host/flisp.boot
119119
make -C $(BUILDDIR)/host $(EXENAME)
120120

121+
122+
$(BUILDDIR)/host/flisp.boot: $(SRCDIR)/flisp.boot | $(BUILDDIR)/host/Makefile
123+
cp $< $@
124+
121125
ifneq ($(BUILDDIR),.)
122126
ifneq ($(BUILDDIR),$(SRCDIR))
123127
$(BUILDDIR)/flisp.boot: $(SRCDIR)/flisp.boot | $(BUILDDIR)

0 commit comments

Comments
 (0)