git: 9front

Download patch

ref: 18299adb0e9e7b63ccc7560950ffe7e6c38fd7bd
parent: da6ba10dff27fdffea2d8064fceab972d88f3ea4
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed May 13 00:22:21 EDT 2015

boot/zynq: use ./boothead.$cputype to invoke helper

--- a/sys/src/boot/zynq/mkfile
+++ b/sys/src/boot/zynq/mkfile
@@ -18,7 +18,7 @@
 	$LD -o $target -T$TEXTBASE -l $prereq
 
 fsbl.img:D: fsbl boothead.$cputype
-	boothead.$cputype fsbl >fsbl.img
+	./boothead.$cputype fsbl >fsbl.img
 
 %.$cputype:V: mkfile.port
 	@{objtype=$cputype mk -f $prereq $target}
--