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