shithub: scc

Download patch

ref: 323f749e2672a0001d6fa1f063c23733d970004d
parent: 1b6737c3ab2088041262077fadae13079b89fa88
author: zerous Naveen Narayanan <[email protected]>
date: Thu Apr 23 11:59:18 EDT 2020

Fix filename suffix in Makefile

--- a/src/libc/arch/ppc32/linux/Makefile
+++ b/src/libc/arch/ppc32/linux/Makefile
@@ -14,7 +14,7 @@
 	_link.$O\
 	_unlink.$O\
 	_getpid.$O\
-	_brk.$0\
+	_brk.$O\
 
 GENSRC = $(GENOBJS:.$O=.s)