mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-12-23 12:29:21 +00:00
Fix wrong automatic make variable in test golden file concat rules
This commit is contained in:
parent
9c2a761894
commit
54c3d25af5
@ -162,31 +162,31 @@ emulator/sdcard.img: emulator/sdcard.sfdisk
|
|||||||
|
|
||||||
test-v4thblk-c64.golden: $(patsubst %, tests/golden/%.golden, \
|
test-v4thblk-c64.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
prelim core coreext double block report-blk)
|
prelim core coreext double block report-blk)
|
||||||
cat $? > $@
|
cat $^ > $@
|
||||||
|
|
||||||
test-v4th-c64.golden: $(patsubst %, tests/golden/%.golden, \
|
test-v4th-c64.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
prelim core coreext double report-noblk)
|
prelim core coreext double report-noblk)
|
||||||
cat $? > $@
|
cat $^ > $@
|
||||||
|
|
||||||
test-v4thblk-c16+.golden: $(patsubst %, tests/golden/%.golden, \
|
test-v4thblk-c16+.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
prelim core coreext double block report-blk)
|
prelim core coreext double block report-blk)
|
||||||
cat $? > $@
|
cat $^ > $@
|
||||||
|
|
||||||
test-v4th-c16+.golden: $(patsubst %, tests/golden/%.golden, \
|
test-v4th-c16+.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
prelim core coreext double report-noblk)
|
prelim core coreext double report-noblk)
|
||||||
cat $? > $@
|
cat $^ > $@
|
||||||
|
|
||||||
test-v4thblk-c16-.golden: $(patsubst %, tests/golden/%.golden, \
|
test-v4thblk-c16-.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
prelim core)
|
prelim core)
|
||||||
cat $? > $@
|
cat $^ > $@
|
||||||
|
|
||||||
test-v4th-c16-.golden: $(patsubst %, tests/golden/%.golden, \
|
test-v4th-c16-.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
prelim core coreext double report-noblk)
|
prelim core coreext double report-noblk)
|
||||||
cat $? > $@
|
cat $^ > $@
|
||||||
|
|
||||||
test-v4th-x16.golden: $(patsubst %, tests/golden/%.golden, \
|
test-v4th-x16.golden: $(patsubst %, tests/golden/%.golden, \
|
||||||
prelim core coreext double report-noblk)
|
prelim core coreext double report-noblk)
|
||||||
cat $? > $@
|
cat $^ > $@
|
||||||
|
|
||||||
# Rules for building Forth binaries on top of the plain vanilla
|
# Rules for building Forth binaries on top of the plain vanilla
|
||||||
# c64-volksforth83.
|
# c64-volksforth83.
|
||||||
|
Loading…
Reference in New Issue
Block a user