aboutsummaryrefslogtreecommitdiff
path: root/libc/stdio/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/Makefile.inc')
-rw-r--r--libc/stdio/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/Makefile.inc b/libc/stdio/Makefile.inc
index d2aee0f..a5436d7 100644
--- a/libc/stdio/Makefile.inc
+++ b/libc/stdio/Makefile.inc
@@ -17,5 +17,5 @@ STDIO_OBJS = vfprintf.o vsnprintf.o fprintf.o \
setvbuf.o fputc.o puts.o fputs.o putchar.o \
stdchnls.o fileno.o snprintf.o
-STDIO = $(LIBCDIR)/stdio/built-in.o
+STDIO = $(LIBCDIR)/stdio/built-in.a
$(STDIO): $(STDIO_OBJS:%=$(LIBCDIR)/stdio/%)