From 1f6dd92ecbd06fb1d9e2fc94c797d868a79bcc5a Mon Sep 17 00:00:00 2001 From: Keith Poole Date: Sun, 24 May 2020 20:11:14 +0000 Subject: [PATCH] Fixed failing test --- emul/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emul/Makefile b/emul/Makefile index b762ba5..0563116 100644 --- a/emul/Makefile +++ b/emul/Makefile @@ -15,7 +15,7 @@ $(BIN2C): $(BLKPACK) $(BLKUNPACK): $(BLKPACK) # not dependent on forth.bin to avoid circular deps. -forth-bin.h: $(BIN2C) forth.bin +forth-bin.h: $(BIN2C) $(BIN2C) KERNEL < forth.bin > $@ stage: stage.c $(OBJS) forth-bin.h blkfs-bin.h