shithub: riscv

Download patch

ref: bac935c71ff62c18a44b4268e787284a1b205462
parent: 418f36d7ebc2a94ebabf05109eb17d632470600d
author: Jacob Moody <moody@posixcafe.org>
date: Mon Apr 29 17:30:27 EDT 2024

9a: mkfile was pointing to wrong header

--- a/sys/src/cmd/9a/mkfile
+++ b/sys/src/cmd/9a/mkfile
@@ -6,7 +6,7 @@
 	lex.$O\
 
 HFILES=\
-	../qc/q.out.h\
+	../9c/9.out.h\
 	y.tab.h\
 	a.h\