shithub: riscv

Download patch

ref: a98f911a178d3cc044d612e5ad96ee487bd887c8
parent: 7a97fe132a4112104e53bc133793b433d3e2423c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Aug 9 23:20:08 EDT 2015

libthread: fix mistake, make "all" the default target again

--- a/sys/src/libthread/mkfile
+++ b/sys/src/libthread/mkfile
@@ -72,10 +72,10 @@
 	$CFILES\
 	$SFILES\
 
+all:V:	$LIB sched.acid channel.acid
+
 spim.$O:	mips.c
 	$CC $CFLAGS -o $target mips.c
-
-all:V:	$LIB sched.acid channel.acid
 
 </sys/src/cmd/mksyslib