commit ffea22146a5b09b2cfac04b7a703558382624d01 parent d4f1772327e14809d4874b8c6aa7da261b65e43f Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Wed, 22 Apr 2020 08:05:34 +0200 libc: Fix extension of __getc.o Diffstat:
| M | src/libc/stdio/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libc/stdio/Makefile b/src/libc/stdio/Makefile @@ -4,7 +4,7 @@ include $(PROJECTDIR)/scripts/rules.mk include ../rules.mk OBJS =\ - __getc.o\ + __getc.$O\ __putc.$O\ _flsbuf.$O\ _fpopen.$O\