aboutsummaryrefslogtreecommitdiff
path: root/libc/string/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/Makefile.inc')
-rw-r--r--libc/string/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile.inc b/libc/string/Makefile.inc
index fb2f037..122f5da 100644
--- a/libc/string/Makefile.inc
+++ b/libc/string/Makefile.inc
@@ -16,6 +16,6 @@ STRING_OBJS = strcat.o strchr.o strcmp.o strcpy.o strlen.o \
strncmp.o strncpy.o strstr.o memset.o memcpy.o memcpy_from_ci.o \
memmove.o memchr.o memcmp.o strcasecmp.o strncasecmp.o \
strtok.o strdup.o
-STRING = $(LIBCDIR)/string/built-in.o
+STRING = $(LIBCDIR)/string/built-in.a
$(STRING): $(STRING_OBJS:%=$(LIBCDIR)/string/%)