summaryrefslogtreecommitdiff
path: root/mk/__time.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/__time.d')
-rw-r--r--mk/__time.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/__time.d b/mk/__time.d
deleted file mode 100644
index f4be0c7a..00000000
--- a/mk/__time.d
+++ /dev/null
@@ -1,9 +0,0 @@
-libc_C.-1: libc.a(__time.o)
-libc.a(__time.o): $(OBJDIR)/__time.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/__time.o: src/time/__time.c
-$(OBJDIR)/__time.o: src/time/_time.h
-$(OBJDIR)/__time.o:
- @mkdir -p $(@D)
- $(CC) -c -o $@ $(CFLAGS) src/time/__time.c