git: 9front

Download patch

ref: fa7da71a4c5e45ff764d801dde877b4b188117a6
parent: 947eb14f88dd70fe53f10d227565f0e951eda07c
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\
 
--