shithub: scc

Download patch

ref: ffea22146a5b09b2cfac04b7a703558382624d01
parent: d4f1772327e14809d4874b8c6aa7da261b65e43f
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Apr 22 04:05:34 EDT 2020

libc: Fix extension of __getc.o

--- a/src/libc/stdio/Makefile
+++ b/src/libc/stdio/Makefile
@@ -4,7 +4,7 @@
 include ../rules.mk
 
 OBJS =\
-	__getc.o\
+	__getc.$O\
 	__putc.$O\
 	_flsbuf.$O\
 	_fpopen.$O\