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