From 54c3d25af5043ad46e1e51abeae9a08691292ee3 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Thu, 17 Mar 2022 22:14:27 +0100 Subject: [PATCH] Fix wrong automatic make variable in test golden file concat rules --- 6502/C64/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/6502/C64/Makefile b/6502/C64/Makefile index 3b76b96..7f71ff8 100644 --- a/6502/C64/Makefile +++ b/6502/C64/Makefile @@ -162,31 +162,31 @@ emulator/sdcard.img: emulator/sdcard.sfdisk test-v4thblk-c64.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double block report-blk) - cat $? > $@ + cat $^ > $@ test-v4th-c64.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double report-noblk) - cat $? > $@ + cat $^ > $@ test-v4thblk-c16+.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double block report-blk) - cat $? > $@ + cat $^ > $@ test-v4th-c16+.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double report-noblk) - cat $? > $@ + cat $^ > $@ test-v4thblk-c16-.golden: $(patsubst %, tests/golden/%.golden, \ prelim core) - cat $? > $@ + cat $^ > $@ test-v4th-c16-.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double report-noblk) - cat $? > $@ + cat $^ > $@ test-v4th-x16.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double report-noblk) - cat $? > $@ + cat $^ > $@ # Rules for building Forth binaries on top of the plain vanilla # c64-volksforth83.