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