summaryrefslogtreecommitdiff
path: root/mk/tfind.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/tfind.d')
-rw-r--r--mk/tfind.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/tfind.d b/mk/tfind.d
deleted file mode 100644
index 81eb4e07..00000000
--- a/mk/tfind.d
+++ /dev/null
@@ -1,9 +0,0 @@
-libc_X.4: libc.a(tfind.o)
-libc.a(tfind.o): $(OBJDIR)/tfind.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/tfind.o: src/search/tfind.c
-$(OBJDIR)/tfind.o:
- @echo " [CC] $@"
- @mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/search/tfind.c