mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-10-31 19:04:43 +00:00
Fix incltest.log to use v4thblk.com instead of v4th.com as it uses
log2file.fb
This commit is contained in:
parent
67f6188fe3
commit
a6976accb7
@ -77,11 +77,11 @@ prepfths = asm.fb extend.fb multi.vid dos.fb include.fb 86asm.fth \
|
||||
t86asm.fth extend2.fth multivid.fth dos2.fth dos3.fth
|
||||
|
||||
incltest.log: \
|
||||
$(patsubst %, dosfiles/%, v4th.com $(prepsrcs) log2file.fb \
|
||||
$(patsubst %, dosfiles/%, v4thblk.com $(prepsrcs) log2file.fb \
|
||||
incltest.fth)
|
||||
rm -f dosfiles/OUTPUT.LOG
|
||||
(cd dosfiles && ../emulator/run-in-dosbox.sh \
|
||||
v4th.com "include include.fb include incltest.fth")
|
||||
v4thblk.com "include incltest.fth")
|
||||
dos2unix -n dosfiles/OUTPUT.LOG $@
|
||||
|
||||
test-std.log: \
|
||||
|
Loading…
Reference in New Issue
Block a user