commit 1eea5183c342baf25cb8c70d712f32733661db51 parent 41c9715c496b8b7b27400d387388f472dcacc583 Author: zerous Naveen Narayanan <zerous@simple-cc.org> Date: Thu, 23 Apr 2020 15:59:18 +0200 Fix filename suffix in Makefile Diffstat:
M | src/libc/arch/ppc32/linux/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libc/arch/ppc32/linux/Makefile b/src/libc/arch/ppc32/linux/Makefile @@ -14,7 +14,7 @@ GENOBJS =\ _link.$O\ _unlink.$O\ _getpid.$O\ - _brk.$0\ + _brk.$O\ GENSRC = $(GENOBJS:.$O=.s)