git: 9front

Download patch

ref: 6926174bf9621306d162db24b3f0f6b243bcf073
parent: e2a048f429e08e770a28d14147e24da5f1d64dad
parent: be15ce4a5cd95b86c8e4bd3fca6ce92624d8b01d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Dec 1 04:41:49 EST 2015

merge

--- a/sys/src/cmd/mkone
+++ b/sys/src/cmd/mkone
@@ -17,7 +17,7 @@
 %.$O:	%.s
 	$AS $AFLAGS $stem.s
 
-y.tab.h y.tab.c:	$YFILES
+y.tab.h y.tab.c:D:	$YFILES
 	$YACC $YFLAGS $prereq
 
 lex.yy.c:	$LFILES
--