From 1592d0b14b67bfbd492d83011c36eb03d628055c Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 1 Jan 2013 09:35:14 +0100 Subject: [PATCH] another fixup in vWii build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c65c82..abde912 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ compile_hbf_vwii: clean_vwii @echo "======= HBF for vWii =======" @echo "============================" @make -C main -f Makefile.vWii - @cp main/hbf.dol boot/source/hbf.dol + @cp main/hbf.vwii.dol boot/source/hbf.dol compile_boot_vwii: compile_hbf_vwii @make -C boot