mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-03 18:58:40 +11:00
Fixed failing test
This commit is contained in:
parent
a8d54a7ae0
commit
1f6dd92ecb
@ -15,7 +15,7 @@ $(BIN2C): $(BLKPACK)
|
|||||||
$(BLKUNPACK): $(BLKPACK)
|
$(BLKUNPACK): $(BLKPACK)
|
||||||
|
|
||||||
# not dependent on forth.bin to avoid circular deps.
|
# not dependent on forth.bin to avoid circular deps.
|
||||||
forth-bin.h: $(BIN2C) forth.bin
|
forth-bin.h: $(BIN2C)
|
||||||
$(BIN2C) KERNEL < forth.bin > $@
|
$(BIN2C) KERNEL < forth.bin > $@
|
||||||
|
|
||||||
stage: stage.c $(OBJS) forth-bin.h blkfs-bin.h
|
stage: stage.c $(OBJS) forth-bin.h blkfs-bin.h
|
||||||
|
Loading…
Reference in New Issue
Block a user