summaryrefslogtreecommitdiff
path: root/mk/strerror.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/strerror.d')
-rw-r--r--mk/strerror.d10
1 files changed, 0 insertions, 10 deletions
diff --git a/mk/strerror.d b/mk/strerror.d
deleted file mode 100644
index 386fc561..00000000
--- a/mk/strerror.d
+++ /dev/null
@@ -1,10 +0,0 @@
-libc_C.1: libc.a(strerror.o)
-libc.a(strerror.o): $(OBJDIR)/strerror.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/strerror.o: src/string/strerror.c
-$(OBJDIR)/strerror.o: src/string/_strerror.h
-$(OBJDIR)/strerror.o:
- @echo " [CC] $@"
- @mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/string/strerror.c