code: plan9front

Download patch

ref: aa0a20ed6ec2cd3d042dd1d8b93195eb14440763
parent: 2d564a5004850469b4aa5adb85bb07bdc3da03d8
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}